[Keymap] Crkbd/thunderbird2086 (#16973)
* crkbd:thunderbird2086 * readme * after code review * coding format * minor change * changed file name * correct image * updated readme * using query to get rgb status * minor update
This commit is contained in:
18
keyboards/crkbd/keymaps/thunderbird2086/rules.mk
Normal file
18
keyboards/crkbd/keymaps/thunderbird2086/rules.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
MOUSEKEY_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
AUDIO_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
LTO_ENABLE = yes
|
||||
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
||||
SRC += oled.c
|
||||
SRC += process_records.c
|
||||
SRC += tap_dances.c
|
||||
|
||||
ifneq ("$(wildcard keyboards/crkbd/keymaps/thunderbird2086/secrets.c)","")
|
||||
SRC += secrets.c
|
||||
endif
|
Reference in New Issue
Block a user