diff options
Diffstat (limited to 'keyboards/hs60/v2/keymaps/stanrc85')
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/rules.mk | 66 |
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 | ||
| 2 | SRC = 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) | ||
| 11 | MCU_FAMILY = STM32 | ||
| 12 | MCU_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/ | ||
| 17 | MCU_LDSCRIPT = STM32F303xC | ||
| 18 | |||
| 19 | # Startup code to use | ||
| 20 | # - it should exist in <chibios>/os/common/startup/ARMCMx/compilers/GCC/mk/ | ||
| 21 | MCU_STARTUP = stm32f3xx | ||
| 22 | |||
| 23 | # Board: it should exist either in <chibios>/os/hal/boards/ | ||
| 24 | # or <this_dir>/boards | ||
| 25 | BOARD = GENERIC_STM32_F303XC | ||
| 26 | |||
| 27 | # Cortex version | ||
| 28 | MCU = cortex-m4 | ||
| 29 | |||
| 30 | # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7 | ||
| 31 | ARMV = 7 | ||
| 32 | |||
| 33 | USE_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 | ||
| 39 | OPT_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. | ||
| 44 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | ||
| 45 | |||
| 46 | # Options to pass to dfu-util when flashing | ||
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | ||
| 48 | |||
| 49 | # Build Options | ||
| 50 | # comment out to disable the options. | ||
| 51 | # | ||
| 52 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | ||
| 54 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 55 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 56 | CONSOLE_ENABLE = no # Console for debug | ||
| 57 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 58 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 59 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 60 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 61 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
| 62 | #SERIAL_LINK_ENABLE = yes | ||
| 63 | |||
| 64 | RAW_ENABLE = yes | ||
| 65 | DYNAMIC_KEYMAP_ENABLE = yes | ||
| 66 | CIE1931_CURVE = yes | ||
