diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-11-07 15:48:41 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-07 15:48:41 -0800 |
commit | d96f0584a2b76f3a53608715e91b6ad79bc9e14f (patch) | |
tree | 306c486d22ae00fb264423cc6df7eb149420dace | |
parent | 0f249990a9cd294d63ffe40eec1b96a276c138e8 (diff) | |
download | qmk_firmware-d96f0584a2b76f3a53608715e91b6ad79bc9e14f.tar.gz qmk_firmware-d96f0584a2b76f3a53608715e91b6ad79bc9e14f.zip |
[Keyboard] Hadron v3 Enable RGB (#7292)
- bitbang age is upon us. All hail zvecr
-rw-r--r-- | keyboards/hadron/ver3/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hadron/ver3/rules.mk b/keyboards/hadron/ver3/rules.mk index 599fb53fae..1345c67f28 100644 --- a/keyboards/hadron/ver3/rules.mk +++ b/keyboards/hadron/ver3/rules.mk @@ -17,7 +17,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = no # Custom matrix file AUDIO_ENABLE = yes -RGBLIGHT_ENABLE = no +RGBLIGHT_ENABLE = yes RGB_MATRIX_ENABLE = no #WS2812 once arm_rgb is implemented HAPTIC_ENABLE += DRV2605L QWIIC_ENABLE += MICRO_OLED |