diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-01 17:38:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-01 17:38:53 +0000 |
commit | d123364b32436fbc28b20f7e695a2995d270063b (patch) | |
tree | 58f36103cc6d2e329c2c0d5b56a9a1259085c8de /keyboards/han60/rules.mk | |
parent | 0b241ea4f778bf978f15d8278854c290eb5e3701 (diff) | |
parent | b6d9a8026be574d13eff2cb6a06978c02a56c567 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/han60/rules.mk')
-rw-r--r-- | keyboards/han60/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/han60/rules.mk b/keyboards/han60/rules.mk new file mode 100644 index 0000000000..5c6747fe33 --- /dev/null +++ b/keyboards/han60/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |