diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-09 19:36:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-09 19:36:44 +0000 |
commit | 6df5d64bb9f2b6de149016b3c56d41dec54e8302 (patch) | |
tree | 74938d48d5bb2fe0817ccd757855fe12faefa5b2 /keyboards/crkbd/keymaps/colemak_luna/rules.mk | |
parent | e24f9b2c0af33ec0df0fb341546102e8f14b9be8 (diff) | |
parent | 41a5046e89410cf6a119493f7c4f302f480e94a9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps/colemak_luna/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/colemak_luna/rules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/colemak_luna/rules.mk b/keyboards/crkbd/keymaps/colemak_luna/rules.mk new file mode 100644 index 0000000000..a26c4eb8a3 --- /dev/null +++ b/keyboards/crkbd/keymaps/colemak_luna/rules.mk @@ -0,0 +1,8 @@ +MOUSEKEY_ENABLE = no # Mouse keys +RGBLIGHT_ENABLE = no +RGB_MATRIX_ENABLE = yes # Enable WS2812 RGB underlight. +VIA_ENABLE = yes # Enable VIA +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +LTO_ENABLE = yes +WPM_ENABLE = yes |