diff options
author | Sendy Aditya Suryana <sendzation@gmail.com> | 2021-12-27 17:06:35 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 21:06:35 +1100 |
commit | dad7424becdb10d1dc3ad70a456fc40513255e71 (patch) | |
tree | 87527dad8f7f1d8ba8361ae45ff437da61e723a5 /keyboards/sendyyeah/pix/rules.mk | |
parent | ce0ca94600b94bafa132dacccc662615e8a9befe (diff) |
[Keyboard][Update] Add RGB Backlight feature to Pix (#14057)
* Initiate RGB Support
* Add RGB Support for PIX
* Revert Encoder pin assignment
* Lower default RGB LED to 15
* Use Left shift for far left key
* Replicate via keymap to default keymap
Diffstat (limited to 'keyboards/sendyyeah/pix/rules.mk')
-rw-r--r-- | keyboards/sendyyeah/pix/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sendyyeah/pix/rules.mk b/keyboards/sendyyeah/pix/rules.mk index 7f4a71aab8..c5eb6c7bcc 100644 --- a/keyboards/sendyyeah/pix/rules.mk +++ b/keyboards/sendyyeah/pix/rules.mk @@ -14,7 +14,7 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key 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 ENCODER_ENABLE = yes OLED_ENABLE = yes |