]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/cannonkeys/ortho75/rules.mk
[Keyboard] Add Ortho75 (#6177)
[qmk_firmware.git] / keyboards / cannonkeys / ortho75 / rules.mk
1 # project specific files
2 VPATH += keyboards/cannonkeys/bluepill
3 SRC =   led.c \
4       keyboard.c
5
6 # GENERIC STM32F103C8T6 board - stm32duino bootloader
7 OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
8 MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
9 BOARD = GENERIC_STM32_F103
10
11 # OPT_DEFS =
12 # MCU_LDSCRIPT = STM32F103x8
13 # BOARD = GENERIC_STM32_F103
14
15 ## chip/board settings
16 # the next two should match the directories in
17 #  <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
18 MCU_FAMILY = STM32
19 MCU_SERIES = STM32F1xx
20 # linker script to use
21 # it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
22 #  or <this_dir>/ld/
23 # startup code to use
24 # is should exist in <chibios>/os/common/ports/ARMCMx/compilers/GCC/mk/
25 MCU_STARTUP = stm32f1xx
26 # it should exist either in <chibios>/os/hal/boards/
27 #  or <this_dir>/boards
28 # Cortex version
29 # Teensy LC is cortex-m0; Teensy 3.x are cortex-m4
30 MCU  = cortex-m3
31 # ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
32 ARMV = 7
33 # If you want to be able to jump to bootloader from firmware on STM32 MCUs,
34 # set the correct BOOTLOADER_ADDRESS. Either set it here, or define it in
35 # ./bootloader_defs.h or in ./boards/<FOO>/bootloader_defs.h (if you have
36 # a custom board definition that you plan to reuse).
37 # If you're not setting it here, leave it commented out.
38 # It is chip dependent, the correct number can be looked up here (page 175):
39 # http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
40 # This also requires a patch to chibios:
41 #   <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
42 #STM32_BOOTLOADER_ADDRESS = 0x1FFFC800
43
44 DFU_ARGS = -d 1eaf:0003 -a 2 -R
45
46 #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
47 MOUSEKEY_ENABLE = yes   # Mouse keys
48 EXTRAKEY_ENABLE = yes   # Audio control and System control
49 CONSOLE_ENABLE = yes    # Console for debug
50 COMMAND_ENABLE = yes    # Commands for debug and configuration
51 SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
52 NKRO_ENABLE = yes           # USB Nkey Rollover
53 BACKLIGHT_ENABLE = yes
54 RGBLIGHT_ENABLE = yes
55 ENCODER_ENABLE = yes
56
57 LAYOUTS = LAYOUT_ortho_5x15