summaryrefslogtreecommitdiff
path: root/keyboards/tkc/portico68v2/rules.mk
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2022-03-07 22:39:33 -0500
committerGitHub <noreply@github.com>2022-03-07 19:39:33 -0800
commitec3df85f08edf2636599edb96f358004ee020c86 (patch)
tree58df5bd574d025f7dfbba38bea0b0fdd4e466673 /keyboards/tkc/portico68v2/rules.mk
parentb2fdb072e590ea06237dc5407ae1902fc15ce405 (diff)
[Keyboard] TKC Portico68 v2 (#15916)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tkc/portico68v2/rules.mk')
-rw-r--r--keyboards/tkc/portico68v2/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/tkc/portico68v2/rules.mk b/keyboards/tkc/portico68v2/rules.mk
new file mode 100644
index 0000000000..f8e7ced981
--- /dev/null
+++ b/keyboards/tkc/portico68v2/rules.mk
@@ -0,0 +1,21 @@
+# 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 = yes # 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 # Compile-time optimizations
+RGB_MATRIX_ENABLE = yes # Use RGB matrix
+RGB_MATRIX_DRIVER = IS31FL3741 \ No newline at end of file