]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/hs60/v2/rules.mk
Keyboard: Add HS60 V2 (#4250)
[qmk_firmware.git] / keyboards / hs60 / v2 / 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 # Do not put the microcontroller into power saving mode
37 # when we get USB suspend event. We want it to keep updating
38 # backlight effects.
39 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
40
41 # Options to pass to dfu-util when flashing
42 DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
43
44 # Build Options
45 #   comment out to disable the options.
46 #
47 BACKLIGHT_ENABLE = no
48 BOOTMAGIC_ENABLE = yes             # Virtual DIP switch configuration
49 MOUSEKEY_ENABLE = yes              # Mouse keys
50 EXTRAKEY_ENABLE = yes              # Audio control and System control
51 CONSOLE_ENABLE = no                # Console for debug
52 COMMAND_ENABLE = no                # Commands for debug and configuration
53 #SLEEP_LED_ENABLE = yes            # Breathing sleep LED during USB suspend
54 NKRO_ENABLE = yes                  # USB Nkey Rollover
55 AUDIO_ENABLE = no
56 RGB_MATRIX_ENABLE = IS31FL3733     # Use RGB matrix
57 NO_USB_STARTUP_CHECK = no          # Disable initialization only when usb is plugged in
58 #SERIAL_LINK_ENABLE = yes