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/projectkb | |
parent | 79010067539ad2043bd41e9701aa1cde21aec5d1 (diff) | |
download | qmk_firmware-6c8e205fc0e5bc6372f057a257937ec3f88d5b8d.tar.gz qmk_firmware-6c8e205fc0e5bc6372f057a257937ec3f88d5b8d.zip |
Remove keyboard level ws2812 spi drivers (#7694)
Diffstat (limited to 'keyboards/projectkb')
-rw-r--r-- | keyboards/projectkb/alice/config.h | 7 | ||||
-rw-r--r-- | keyboards/projectkb/alice/rules.mk | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/projectkb/alice/config.h b/keyboards/projectkb/alice/config.h index 262abdeb1..61648dc7d 100644 --- a/keyboards/projectkb/alice/config.h +++ b/keyboards/projectkb/alice/config.h | |||
@@ -49,11 +49,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
50 | 50 | ||
51 | #define RGBLIGHT_ANIMATIONS | 51 | #define RGBLIGHT_ANIMATIONS |
52 | 52 | #define RGB_DI_PIN B15 | |
53 | #define WS2812_LED_N 14 | 53 | #define RGBLED_NUM 14 |
54 | #define RGBLED_NUM WS2812_LED_N | ||
55 | #define PORT_WS2812 GPIOB | ||
56 | #define PIN_WS2812 15 | ||
57 | #define WS2812_SPI SPID2 | 54 | #define WS2812_SPI SPID2 |
58 | 55 | ||
59 | // Backlight config starts after VIA's EEPROM usage, | 56 | // Backlight config starts after VIA's EEPROM usage, |
diff --git a/keyboards/projectkb/alice/rules.mk b/keyboards/projectkb/alice/rules.mk index 503bc7ad7..3bb6531af 100644 --- a/keyboards/projectkb/alice/rules.mk +++ b/keyboards/projectkb/alice/rules.mk | |||
@@ -21,6 +21,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
21 | CUSTOM_MATRIX = no # Custom matrix file | 21 | CUSTOM_MATRIX = no # Custom matrix file |
22 | # BACKLIGHT_ENABLE = yes # This is broken on 072 for some reason | 22 | # BACKLIGHT_ENABLE = yes # This is broken on 072 for some reason |
23 | RGBLIGHT_ENABLE = yes | 23 | RGBLIGHT_ENABLE = yes |
24 | WS2812_DRIVER = spi | ||
24 | 25 | ||
25 | # RAW_ENABLE = yes | 26 | # RAW_ENABLE = yes |
26 | # DYNAMIC_KEYMAP_ENABLE = yes | 27 | # DYNAMIC_KEYMAP_ENABLE = yes |