Added snap click, per-key/mixed rgb, custom debounce, wireless config feature

This commit is contained in:
lokher
2025-05-30 23:55:10 +08:00
parent b507ea2216
commit c9049679ac
81 changed files with 3696 additions and 251 deletions
+14
View File
@@ -0,0 +1,14 @@
OPT_DEFS += -DKEYCHRON_RGB_ENABLE -DRETAIL_DEMO_ENABLE
RGB_MATRIX_CUSTOM_KB = yes
RGB_MATRIX_DIR = common/rgb
SRC += \
$(RGB_MATRIX_DIR)/keychron_rgb.c \
$(RGB_MATRIX_DIR)/per_key_rgb.c \
$(RGB_MATRIX_DIR)/mixed_rgb.c \
$(RGB_MATRIX_DIR)/retail_demo.c
VPATH += $(TOP_DIR)/keyboards/keychron/$(RGB_MATRIX_DIR)