diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-11 01:22:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-11 01:22:19 +0000 |
commit | 6c720a6538041e4e39f635bb50c082a02e4e51c2 (patch) | |
tree | 1a1dfee6a4e2a2259e5e3d82fa2a8c04182775b8 /keyboards/wolf/ts60/rules.mk | |
parent | 9cd0e36dbcd9f7f2affc737ab98c78c1c453433f (diff) | |
parent | 5c034c43ab547b95847e7419b9a07e76f560dc16 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wolf/ts60/rules.mk')
-rw-r--r-- | keyboards/wolf/ts60/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/wolf/ts60/rules.mk b/keyboards/wolf/ts60/rules.mk new file mode 100644 index 0000000000..bd19f3c36e --- /dev/null +++ b/keyboards/wolf/ts60/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# 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 +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +KEYBOARD_LOCK_ENABLE = yes + +LAYOUTS = 60_ansi
\ No newline at end of file |