summaryrefslogtreecommitdiff
path: root/keyboards/keyten/kt60_m/rules.mk
diff options
context:
space:
mode:
authorIvan Gromov <38141348+key10iq@users.noreply.github.com>2022-02-02 09:05:23 +0400
committerGitHub <noreply@github.com>2022-02-01 21:05:23 -0800
commitbf2b3f7907efa9a9fb5ede9b8ae659eb2ec8fbe2 (patch)
treeaba930693fdc395e45c696b06d8792adc8475cca /keyboards/keyten/kt60_m/rules.mk
parent70c5915da8cc496dc5d7c6deb27f780a39863008 (diff)
[Keyboard] Add keyten kt60-M (#16150)
Diffstat (limited to 'keyboards/keyten/kt60_m/rules.mk')
-rw-r--r--keyboards/keyten/kt60_m/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/keyten/kt60_m/rules.mk b/keyboards/keyten/kt60_m/rules.mk
new file mode 100644
index 0000000000..6983d5c803
--- /dev/null
+++ b/keyboards/keyten/kt60_m/rules.mk
@@ -0,0 +1,19 @@
+# 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 = yes # Enable N-key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = yes