bce391a663
* Delete board.c * Delete board.h * Delete board.mk * Delete bootloader_defs.h * Delete chconf.h * Delete halconf.h * Delete mcuconf.h * Update rules.mk * Update config.h * Update config.h * Update config.h * Update config.h * Update config.h * Update rules.mk * Delete bootloader_defs.h * Delete halconf.h * Delete chconf.h * Delete mcuconf.h * Update rules.mk * Update config.h * Update dz40rgb.c * Update dz65rgb.c
15 lines
574 B
Makefile
15 lines
574 B
Makefile
MCU = STM32F303
|
|
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
|
|
DFU_SUFFIX_ARGS = -p DF11 -v 0483
|
|
BACKLIGHT_ENABLE = no
|
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
AUDIO_ENABLE = no
|
|
RGB_MATRIX_ENABLE = yes # Use RGB matrix
|
|
|
|
LAYOUTS = 65_ansi
|