diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-01-25 14:05:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 22:05:16 -0800 |
commit | ffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf (patch) | |
tree | a1d1561579ef168b4eefe3b33f51398836a91109 /keyboards/boardsource/the_mark/rules.mk | |
parent | c65aecc53adfc1c2cae11acdc4fb973792061767 (diff) | |
download | qmk_firmware-ffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf.tar.gz qmk_firmware-ffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf.zip |
[Keyboard] Add RGB Matrix support for The Mark:65 (#11676)
* Add RGB Matrix support for Mark 65 keyboard
* Update drive LED count
* Removed unnecessary define line
* Corrected typo
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/boardsource/the_mark/rules.mk')
-rw-r--r-- | keyboards/boardsource/the_mark/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/boardsource/the_mark/rules.mk b/keyboards/boardsource/the_mark/rules.mk index 38ce53e309..8fb8f42bc1 100644 --- a/keyboards/boardsource/the_mark/rules.mk +++ b/keyboards/boardsource/the_mark/rules.mk @@ -20,3 +20,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE) +RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support |