summaryrefslogtreecommitdiff
path: root/keyboards/kopibeng/xt60/rules.mk
diff options
context:
space:
mode:
authorkopibeng <52724926+kopibeng@users.noreply.github.com>2022-03-24 02:42:54 +0800
committerGitHub <noreply@github.com>2022-03-23 11:42:54 -0700
commit55b3b2b8487ff9008806d41bd77a10fc796c4103 (patch)
treea408d14922c77eb81acb3db7482f86fb17d7c56b /keyboards/kopibeng/xt60/rules.mk
parent4a3b4104feb7f0948a8b9f97b39534fc68c62e73 (diff)
[Keyboard] Add support for XT60 (#16708)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/xt60/rules.mk')
-rw-r--r--keyboards/kopibeng/xt60/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kopibeng/xt60/rules.mk b/keyboards/kopibeng/xt60/rules.mk
new file mode 100644
index 0000000000..72ab2800c5
--- /dev/null
+++ b/keyboards/kopibeng/xt60/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 = yes # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output \ No newline at end of file