aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60/v2/keymaps/stanrc85
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hs60/v2/keymaps/stanrc85')
-rw-r--r--keyboards/hs60/v2/keymaps/stanrc85/rules.mk66
1 files changed, 66 insertions, 0 deletions
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/rules.mk b/keyboards/hs60/v2/keymaps/stanrc85/rules.mk
new file mode 100644
index 000000000..a2850a830
--- /dev/null
+++ b/keyboards/hs60/v2/keymaps/stanrc85/rules.mk
@@ -0,0 +1,66 @@
1# project specific files
2SRC = keyboards/zeal60/zeal60.c \
3 keyboards/zeal60/rgb_backlight.c \
4 drivers/issi/is31fl3733.c \
5 quantum/color.c \
6 drivers/arm/i2c_master.c
7
8## chip/board settings
9# the next two should match the directories in
10# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
11MCU_FAMILY = STM32
12MCU_SERIES = STM32F3xx
13
14# Linker script to use
15# it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
16# or <this_dir>/ld/
17MCU_LDSCRIPT = STM32F303xC
18
19# Startup code to use
20# - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/
21MCU_STARTUP = stm32f3xx
22
23# Board: it should exist either in <chibios>/os/hal/boards/
24# or <this_dir>/boards
25BOARD = GENERIC_STM32_F303XC
26
27# Cortex version
28MCU = cortex-m4
29
30# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
31ARMV = 7
32
33USE_FPU = yes
34
35# Vector table for application
36# 0x00000000-0x00001000 area is occupied by bootlaoder.*/
37# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
38# OPT_DEFS = -DCORTEX_VTOR_INIT=0x08005000
39OPT_DEFS =
40
41# Do not put the microcontroller into power saving mode
42# when we get USB suspend event. We want it to keep updating
43# backlight effects.
44OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
45
46# Options to pass to dfu-util when flashing
47DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
48
49# Build Options
50# comment out to disable the options.
51#
52BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
53BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
54MOUSEKEY_ENABLE = yes # Mouse keys
55EXTRAKEY_ENABLE = yes # Audio control and System control
56CONSOLE_ENABLE = no # Console for debug
57COMMAND_ENABLE = no # Commands for debug and configuration
58SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
59NKRO_ENABLE = yes # USB Nkey Rollover
60AUDIO_ENABLE = no # Audio output on port C6
61NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
62#SERIAL_LINK_ENABLE = yes
63
64RAW_ENABLE = yes
65DYNAMIC_KEYMAP_ENABLE = yes
66CIE1931_CURVE = yes