diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-12 15:53:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-12 15:53:05 +0000 |
commit | 9d282d81ac8890018a9da9fda02afba9261c7ac4 (patch) | |
tree | e086f7b3afcdf74b44af2aefadb4b224288ef437 /keyboards/bastardkb/tbkmini/rules.mk | |
parent | 9c74fd14bc9777ec45cc93fa57bf83ab17b988db (diff) | |
parent | c024acd75243034d7d70d3bfb2fd6d3eacc0b62a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bastardkb/tbkmini/rules.mk')
-rw-r--r-- | keyboards/bastardkb/tbkmini/rules.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/bastardkb/tbkmini/rules.mk b/keyboards/bastardkb/tbkmini/rules.mk index 76f9cf11a4..f76568dad1 100644 --- a/keyboards/bastardkb/tbkmini/rules.mk +++ b/keyboards/bastardkb/tbkmini/rules.mk @@ -17,7 +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 = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE) +RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output SPLIT_KEYBOARD = yes @@ -25,7 +28,7 @@ TAP_DANCE_ENABLE = no LTO_ENABLE = yes AUDIO_SUPPORTED = no -RGB_MATRIX_SUPPORTED = no +RGB_MATRIX_SUPPORTED = yes RGBLIGHT_SUPPORTED = yes LAYOUTS = split_3x6_3 |