diff options
Diffstat (limited to 'keyboards/projectkb/alice/rules.mk')
| -rw-r--r-- | keyboards/projectkb/alice/rules.mk | 13 |
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 |
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | BOARD = 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 | 8 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 10 | VPATH += keyboards/cannonkeys/stm32f072 | ||
| 11 | SRC = keyboard.c \ | ||
| 12 | led.c | ||
| 13 | |||
| 14 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 15 | MOUSEKEY_ENABLE = yes # Mouse keys | 9 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 17 | CONSOLE_ENABLE = yes # Console for debug | 11 | CONSOLE_ENABLE = yes # Console for debug |
| @@ -19,13 +13,10 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 19 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 13 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 20 | NKRO_ENABLE = yes # USB Nkey Rollover | 14 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 21 | CUSTOM_MATRIX = no # Custom matrix file | 15 | CUSTOM_MATRIX = no # Custom matrix file |
| 22 | # BACKLIGHT_ENABLE = yes # This is broken on 072 for some reason | 16 | BACKLIGHT_ENABLE = yes |
| 23 | RGBLIGHT_ENABLE = yes | 17 | RGBLIGHT_ENABLE = yes |
| 24 | WS2812_DRIVER = spi | 18 | WS2812_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 |
| 31 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 22 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |
