aboutsummaryrefslogtreecommitdiff
path: root/keyboards/projectkb/alice/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/projectkb/alice/rules.mk')
-rw-r--r--keyboards/projectkb/alice/rules.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/projectkb/alice/rules.mk b/keyboards/projectkb/alice/rules.mk
index 3bb6531af..0f9d71b89 100644
--- a/keyboards/projectkb/alice/rules.mk
+++ b/keyboards/projectkb/alice/rules.mk
@@ -1,17 +1,11 @@
1# MCU name 1# MCU name
2MCU = STM32F072 2MCU = STM32F072
3BOARD = ST_STM32F072B_DISCOVERY
4 3
5# Build Options 4# Build Options
6# comment out to disable the options. 5# comment out to disable the options.
7# 6#
8 7
9# project specific files 8BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
10VPATH += keyboards/cannonkeys/stm32f072
11SRC = keyboard.c \
12 led.c
13
14BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
15MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
16EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
17CONSOLE_ENABLE = yes # Console for debug 11CONSOLE_ENABLE = yes # Console for debug
@@ -19,13 +13,10 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
19SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 13SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
20NKRO_ENABLE = yes # USB Nkey Rollover 14NKRO_ENABLE = yes # USB Nkey Rollover
21CUSTOM_MATRIX = no # Custom matrix file 15CUSTOM_MATRIX = no # Custom matrix file
22# BACKLIGHT_ENABLE = yes # This is broken on 072 for some reason 16BACKLIGHT_ENABLE = yes
23RGBLIGHT_ENABLE = yes 17RGBLIGHT_ENABLE = yes
24WS2812_DRIVER = spi 18WS2812_DRIVER = spi
25 19
26# RAW_ENABLE = yes
27# DYNAMIC_KEYMAP_ENABLE = yes
28
29 20
30# Enter lower-power sleep mode when on the ChibiOS idle thread 21# Enter lower-power sleep mode when on the ChibiOS idle thread
31OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE 22OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE