Skip to content

Instantly share code, notes, and snippets.

View JoaoCostaIFG's full-sized avatar

João Costa JoaoCostaIFG

View GitHub Profile
blueprint:
name: ZHA - Tuya 4-Button Scene Switch
description: Automate your Tuya 4-Button Scene Switch using ZHA events.
domain: automation
input:
tuya_4button_scene_switch:
name: Tuya 4-Button Scene Switch
description: Tuya 4-Button Scene Switch to use
selector:
device:
@lightrush
lightrush / 100-qudelix.rules
Created October 9, 2023 22:35
Qudelix 5K udev rule for Chrome app connection over USB
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", MODE="0660", GROUP="plugdev", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", , GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"
@MightyPork
MightyPork / usb_hid_keys.h
Last active March 31, 2025 21:42
USB HID Keyboard scan codes
/**
* USB HID Keyboard scan codes as per USB spec 1.11
* plus some additional codes
*
* Created by MightyPork, 2016
* Public domain
*
* Adapted from:
* https://source.android.com/devices/input/keyboard-devices.html
*/