diff options
Diffstat (limited to 'keyboards/edi/hardlight/mk2/rules.mk')
| -rw-r--r-- | keyboards/edi/hardlight/mk2/rules.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/edi/hardlight/mk2/rules.mk b/keyboards/edi/hardlight/mk2/rules.mk new file mode 100644 index 000000000..5ffab4a55 --- /dev/null +++ b/keyboards/edi/hardlight/mk2/rules.mk | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = STM32F072 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | Bootloader = stm32-dfu | ||
| 6 | |||
| 7 | # Wildcard to allow APM32 MCU | ||
| 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | ||
| 9 | |||
| 10 | # Build Options | ||
| 11 | # change yes to no to disable | ||
| 12 | # | ||
| 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 14 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 16 | CONSOLE_ENABLE = yes # Console for debug | ||
| 17 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 21 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 24 | AUDIO_ENABLE = no # Audio output | ||
| 25 | VELOCIKEY_ENABLE = yes | ||
| 26 | KEY_LOCK_ENABLE = yes | ||
| 27 | WS2812_DRIVER = pwm | ||
| 28 | |||
| 29 | # Layout definitions | ||
| 30 | LAYOUTS = ortho_4x16 | ||
| 31 | |||
| 32 | # Enter lower-power sleep mode when on the ChibiOS idle thread | ||
| 33 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | ||
