diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-16 04:20:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-16 04:20:30 +0000 |
commit | 2d6fe6eed4610a64622042d63299f5101381fe43 (patch) | |
tree | 6d0bdada9b743ae5e04d0bc76ef65e20459066d0 /keyboards/clawsome/hatchback/rules.mk | |
parent | 346f4548db1d65d6b534cdb2ca14b4230d9d8a77 (diff) | |
parent | 22cd151fc359f48d75e361bd46a25ab6b40425fa (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/clawsome/hatchback/rules.mk')
-rw-r--r-- | keyboards/clawsome/hatchback/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/clawsome/hatchback/rules.mk b/keyboards/clawsome/hatchback/rules.mk new file mode 100644 index 0000000000..6b8d1b5f07 --- /dev/null +++ b/keyboards/clawsome/hatchback/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |