diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-28 19:01:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-28 19:01:12 +0000 |
commit | 77639d8994856befba75e0a827b1c609312aecc6 (patch) | |
tree | 270a55ccd296089745dc52a00f09cbb95f762223 /keyboards/pteron36/rules.mk | |
parent | 5917334b4263f47feba029cbf68185e880ab4b8b (diff) | |
parent | ac1d48cbf550322c88b51d6ade56eebfb46969fa (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pteron36/rules.mk')
-rw-r--r-- | keyboards/pteron36/rules.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/pteron36/rules.mk b/keyboards/pteron36/rules.mk index 64a21b2e9b..278246b371 100644 --- a/keyboards/pteron36/rules.mk +++ b/keyboards/pteron36/rules.mk @@ -17,10 +17,10 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output - -OLED_ENABLE = no # OLED display; work in progress to add support. will be update in future. -SPLIT_KEYBOARD = yes +OLED_DRIVER_ENABLE = yes # OLED display +ENCODER_ENABLE = yes # Encoder support +SPLIT_KEYBOARD = yes # Split enable LAYOUTS = split_3x5_3 |