aboutsummaryrefslogtreecommitdiff
path: root/keyboards/edi/hardlight/mk2/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/edi/hardlight/mk2/rules.mk')
-rw-r--r--keyboards/edi/hardlight/mk2/rules.mk33
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
2MCU = STM32F072
3
4# Bootloader selection
5Bootloader = stm32-dfu
6
7# Wildcard to allow APM32 MCU
8DFU_SUFFIX_ARGS = -v FFFF -p FFFF
9
10# Build Options
11# change yes to no to disable
12#
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
14MOUSEKEY_ENABLE = no # Mouse keys
15EXTRAKEY_ENABLE = yes # Audio control and System control
16CONSOLE_ENABLE = yes # Console for debug
17COMMAND_ENABLE = yes # Commands for debug and configuration
18# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
19SLEEP_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
21NKRO_ENABLE = yes # USB Nkey Rollover
22BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
23RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
24AUDIO_ENABLE = no # Audio output
25VELOCIKEY_ENABLE = yes
26KEY_LOCK_ENABLE = yes
27WS2812_DRIVER = pwm
28
29# Layout definitions
30LAYOUTS = ortho_4x16
31
32# Enter lower-power sleep mode when on the ChibiOS idle thread
33OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE