]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/dztech/dz60rgb/rules.mk
Update rules.mk (#5710)
[qmk_firmware.git] / keyboards / dztech / dz60rgb / rules.mk
1 # project specific files
2
3 ## chip/board settings
4 #   the next two should match the directories in
5 #   <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
6 MCU_FAMILY = STM32
7 MCU_SERIES = STM32F3xx
8
9 # Linker script to use
10 #   it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
11 #   or <this_dir>/ld/
12 MCU_LDSCRIPT = STM32F303xC
13
14 # Startup code to use
15 #  - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/
16 MCU_STARTUP = stm32f3xx
17
18 # Board: it should exist either in <chibios>/os/hal/boards/
19 #  or <this_dir>/boards
20 BOARD = GENERIC_STM32_F303XC
21
22 # Cortex version
23 MCU  = cortex-m4
24
25 # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
26 ARMV = 7
27
28 USE_FPU = yes
29
30 # Vector table for application
31 # 0x00000000-0x00001000 area is occupied by bootlaoder.*/
32 # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
33 # OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000
34 OPT_DEFS =
35
36 # Options to pass to dfu-util when flashing
37 DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
38
39
40 BACKLIGHT_ENABLE = no
41 BOOTMAGIC_ENABLE = lite           # Virtual DIP switch configuration
42 MOUSEKEY_ENABLE = yes              # Mouse keys
43 EXTRAKEY_ENABLE = yes              # Audio control and System control
44 CONSOLE_ENABLE = no                # Console for debug
45 COMMAND_ENABLE = no                # Commands for debug and configuration
46 #SLEEP_LED_ENABLE = yes            # Breathing sleep LED during USB suspend
47 NKRO_ENABLE = no                 # USB Nkey Rollover
48 AUDIO_ENABLE = no
49 RGB_MATRIX_ENABLE = IS31FL3733     # Use RGB matrix
50 NO_USB_STARTUP_CHECK = no          # Disable initialization only when usb is plugged in