diff options
author | Joel Challis <git@zvecr.com> | 2020-04-06 21:31:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 21:31:34 +0100 |
commit | 6c8e205fc0e5bc6372f057a257937ec3f88d5b8d (patch) | |
tree | a720a8700f3d8dbb474b8bd7ba9602b3861fbba2 /keyboards/cannonkeys/an_c/rules.mk | |
parent | 79010067539ad2043bd41e9701aa1cde21aec5d1 (diff) |
Remove keyboard level ws2812 spi drivers (#7694)
Diffstat (limited to 'keyboards/cannonkeys/an_c/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/an_c/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/an_c/rules.mk b/keyboards/cannonkeys/an_c/rules.mk index 7ae14c4986..4c432cf98f 100644 --- a/keyboards/cannonkeys/an_c/rules.mk +++ b/keyboards/cannonkeys/an_c/rules.mk @@ -21,6 +21,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = no # Custom matrix file # BACKLIGHT_ENABLE = yes # This is broken on 072 for some reason RGBLIGHT_ENABLE = yes +WS2812_DRIVER = spi LAYOUTS = 60_ansi 60_tsangan_hhkb |