diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-09 21:32:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-09 21:32:31 +0000 |
commit | bcfa3fb9f22019d7cd7ce51e7980ecdaafe791eb (patch) | |
tree | 500ba0bd0f6446f4a8e29e49482d144bbe83c491 /keyboards/senselessclay/had60/rules.mk | |
parent | 58afb872887965c424a0bc43e4eab6e963cd2a6c (diff) | |
parent | 7f9409bbb36534f23e3c120e7fa32e9256660a33 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/senselessclay/had60/rules.mk')
-rw-r--r-- | keyboards/senselessclay/had60/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/senselessclay/had60/rules.mk b/keyboards/senselessclay/had60/rules.mk new file mode 100644 index 0000000000..af835e9705 --- /dev/null +++ b/keyboards/senselessclay/had60/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = yes # 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 |