diff options
Diffstat (limited to 'keyboards/sofle/keymaps/choc/rules.mk')
-rw-r--r-- | keyboards/sofle/keymaps/choc/rules.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/sofle/keymaps/choc/rules.mk b/keyboards/sofle/keymaps/choc/rules.mk index 31c223dc5..6b1f4e077 100644 --- a/keyboards/sofle/keymaps/choc/rules.mk +++ b/keyboards/sofle/keymaps/choc/rules.mk | |||
@@ -1,8 +1,10 @@ | |||
1 | SPLIT_KEYBOARD = yes | 1 | SPLIT_KEYBOARD = yes |
2 | OLED_DRIVER_ENABLE = yes | ||
3 | ENCODER_ENABLE = yes | 2 | ENCODER_ENABLE = yes |
4 | EXTRAKEY_ENABLE = yes | 3 | EXTRAKEY_ENABLE = yes |
5 | 4 | ||
5 | OLED_DRIVER_ENABLE = yes | ||
6 | OLED_DRIVER = SSD1306 | ||
7 | |||
6 | RGB_MATRIX_ENABLE = yes | 8 | RGB_MATRIX_ENABLE = yes |
7 | RGB_MATRIX_DRIVER = WS2812 | 9 | RGB_MATRIX_DRIVER = WS2812 |
8 | 10 | ||
@@ -13,3 +15,5 @@ EXTRAFLAGS += -flto | |||
13 | # Change keymaps without flashing | 15 | # Change keymaps without flashing |
14 | # https://caniusevia.com/ | 16 | # https://caniusevia.com/ |
15 | # VIA_ENABLE = yes | 17 | # VIA_ENABLE = yes |
18 | |||
19 | WPM_ENABLE = yes | ||