summaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/gaston/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-08 23:55:47 +0000
committerQMK Bot <hello@qmk.fm>2021-09-08 23:55:47 +0000
commitcab0d7955f13246d9bea44e1a56eb7b7db61bd07 (patch)
treee27f36f431eac54d68ad7a3c7952c3cae8e579be /keyboards/lily58/keymaps/gaston/rules.mk
parent24000ef2e1f71ba0ba1c496b95beab9f6d6ceebc (diff)
parentd510f6afa97801ea53078ac7fbdbd24824d77f4e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lily58/keymaps/gaston/rules.mk')
-rw-r--r--keyboards/lily58/keymaps/gaston/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/gaston/rules.mk b/keyboards/lily58/keymaps/gaston/rules.mk
new file mode 100644
index 0000000000..4d566ddb79
--- /dev/null
+++ b/keyboards/lily58/keymaps/gaston/rules.mk
@@ -0,0 +1,9 @@
+MOUSEKEY_ENABLE = yes
+EXTRAKEY_ENABLE = yes
+RGBLIGHT_ENABLE = no
+OLED_ENABLE = no
+
+SRC += ./lib/rgb_state_reader.c \
+ ./lib/layer_state_reader.c \
+ ./lib/logo_reader.c \
+ ./lib/keylogger.c \