summaryrefslogtreecommitdiff
path: root/keyboards/kin80/rules.mk
diff options
context:
space:
mode:
authorDmitry Nosachev <quartz64@gmail.com>2022-04-19 14:30:15 +0300
committerGitHub <noreply@github.com>2022-04-19 21:30:15 +1000
commit83709e7dbe4a72bc40585ee87d032f400ea37392 (patch)
treebeccd61351246bd9ed14d4b5e71341fe5ff7d9fd /keyboards/kin80/rules.mk
parent499060a9a50fe25f926c4fe2e522f44ee7e03bc4 (diff)
kin80 (#16754)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/kin80/rules.mk')
-rw-r--r--keyboards/kin80/rules.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/kin80/rules.mk b/keyboards/kin80/rules.mk
new file mode 100644
index 0000000000..2dad32f8ef
--- /dev/null
+++ b/keyboards/kin80/rules.mk
@@ -0,0 +1,14 @@
+DEFAULT_FOLDER = kin80/blackpill401
+
+# 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 # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output \ No newline at end of file