diff options
Diffstat (limited to 'keyboards/cannonkeys/practice60/rules.mk')
| -rw-r--r-- | keyboards/cannonkeys/practice60/rules.mk | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/practice60/rules.mk b/keyboards/cannonkeys/practice60/rules.mk new file mode 100644 index 000000000..cf8554c0c --- /dev/null +++ b/keyboards/cannonkeys/practice60/rules.mk | |||
| @@ -0,0 +1,57 @@ | |||
| 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 | |||
| 45 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 46 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 47 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 48 | CONSOLE_ENABLE = yes # Console for debug | ||
| 49 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 50 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
| 51 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 52 | BACKLIGHT_ENABLE = yes | ||
| 53 | RGBLIGHT_ENABLE = yes | ||
| 54 | |||
| 55 | LAYOUTS = 60_ansi | ||
| 56 | |||
| 57 | DEFAULT_FOLDER = cannonkeys/practice60 | ||
