diff options
author | Gastón Jorquera <email@gaston.life> | 2021-09-08 16:55:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 16:55:12 -0700 |
commit | d510f6afa97801ea53078ac7fbdbd24824d77f4e (patch) | |
tree | 0b3838fd5b4296bbb512447855d6622c2d10c8e0 /keyboards/lily58/keymaps/gaston/rules.mk | |
parent | 4294aa0f1ee546c74a72bad3e556d7ee4e020a88 (diff) |
[Keymap] Add Gaston's Lily58 custom keymap (#14334)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Gaston Jorquera <gjorquera@gmail.com>
Diffstat (limited to 'keyboards/lily58/keymaps/gaston/rules.mk')
-rw-r--r-- | keyboards/lily58/keymaps/gaston/rules.mk | 9 |
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 \ |