diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 16:59:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 16:59:21 +0000 |
commit | 638fda59467fc8cc826f777a039a0bc72e5675eb (patch) | |
tree | 5c460f0ea15320605e70e82a2dd60fdf4ffe761e /keyboards/edi/hardlight/mk1/rules.mk | |
parent | 4188d2272ca2f4b542bb8506e785b5334bc93750 (diff) | |
parent | 16e52980c4072b0e227e88307a109fe111907079 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/edi/hardlight/mk1/rules.mk')
-rw-r--r-- | keyboards/edi/hardlight/mk1/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/edi/hardlight/mk1/rules.mk b/keyboards/edi/hardlight/mk1/rules.mk new file mode 100644 index 0000000000..33595b42e0 --- /dev/null +++ b/keyboards/edi/hardlight/mk1/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +KEY_LOCK_ENABLE = yes
\ No newline at end of file |