aboutsummaryrefslogtreecommitdiff
path: root/keyboards/projectkb/alice/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-04-06 21:31:34 +0100
committerGitHub <noreply@github.com>2020-04-06 21:31:34 +0100
commit6c8e205fc0e5bc6372f057a257937ec3f88d5b8d (patch)
treea720a8700f3d8dbb474b8bd7ba9602b3861fbba2 /keyboards/projectkb/alice/config.h
parent79010067539ad2043bd41e9701aa1cde21aec5d1 (diff)
downloadqmk_firmware-6c8e205fc0e5bc6372f057a257937ec3f88d5b8d.tar.gz
qmk_firmware-6c8e205fc0e5bc6372f057a257937ec3f88d5b8d.zip
Remove keyboard level ws2812 spi drivers (#7694)
Diffstat (limited to 'keyboards/projectkb/alice/config.h')
-rw-r--r--keyboards/projectkb/alice/config.h7
1 files changed, 2 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,