summaryrefslogtreecommitdiff
path: root/keyboards/wolf/ts60/rules.mk
diff options
context:
space:
mode:
authorWolf Van Herreweghe <wolfvanh@gmail.com>2021-10-11 03:21:49 +0200
committerGitHub <noreply@github.com>2021-10-10 18:21:49 -0700
commit5c034c43ab547b95847e7419b9a07e76f560dc16 (patch)
tree2a21ebc99cf78b78a034505289ba5579a9508009 /keyboards/wolf/ts60/rules.mk
parentc8d5988ba4496e78d4be796044992ac05f628a01 (diff)
[Keyboard] Add firmware for the TS60 (#14157)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/wolf/ts60/rules.mk')
-rw-r--r--keyboards/wolf/ts60/rules.mk27
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