diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-24 00:00:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-24 00:00:06 +0000 |
commit | 30561a8de56f0ff44bd7caa09c17f158af68bd50 (patch) | |
tree | 6f2630e9a810501291aa0c5ecbc4c20528126ba5 /keyboards/mechstudio/dawn/rules.mk | |
parent | 3f4ff5b6a7ef8e4e58ae84b2e3967a2c8024bf06 (diff) | |
parent | 78693dfa31a1b63f2e88817a64fb96d14b198dc9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechstudio/dawn/rules.mk')
-rw-r--r-- | keyboards/mechstudio/dawn/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mechstudio/dawn/rules.mk b/keyboards/mechstudio/dawn/rules.mk new file mode 100644 index 0000000000..d9cc76829e --- /dev/null +++ b/keyboards/mechstudio/dawn/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |