summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/thunderbird2086/rules.mk
diff options
context:
space:
mode:
authorAllen Choi <37539914+Thunderbird2086@users.noreply.github.com>2022-07-16 15:29:09 +0800
committerGitHub <noreply@github.com>2022-07-16 00:29:09 -0700
commit9cdccb12d112c13e79f127ca686bbe81b8fcef6f (patch)
tree7544093c41b7a6310bbe547c23ea06e64680a23e /keyboards/crkbd/keymaps/thunderbird2086/rules.mk
parent66983f090c6c648ea8db21c1ff11934b0ff4c882 (diff)
[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
Diffstat (limited to 'keyboards/crkbd/keymaps/thunderbird2086/rules.mk')
-rw-r--r--keyboards/crkbd/keymaps/thunderbird2086/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/thunderbird2086/rules.mk b/keyboards/crkbd/keymaps/thunderbird2086/rules.mk
new file mode 100644
index 0000000000..4da48db08e
--- /dev/null
+++ b/keyboards/crkbd/keymaps/thunderbird2086/rules.mk
@@ -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