summaryrefslogtreecommitdiff
path: root/keyboards/fjlabs/kyuu/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-07 03:30:45 +0000
committerQMK Bot <hello@qmk.fm>2022-03-07 03:30:45 +0000
commit8e7cb28c4fb9c6a7694afb947757acd3df6014f3 (patch)
treef5821809c864b7a4ae6c7932d292661de6e2dfd1 /keyboards/fjlabs/kyuu/rules.mk
parent45929ca657a6a5401261f3f098e2134505d6fb1c (diff)
parentdcfa4712fb6a000079b5bea8d7cbfc8db91d7bcb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/fjlabs/kyuu/rules.mk')
-rw-r--r--keyboards/fjlabs/kyuu/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/fjlabs/kyuu/rules.mk b/keyboards/fjlabs/kyuu/rules.mk
new file mode 100644
index 0000000000..3bbcce8b85
--- /dev/null
+++ b/keyboards/fjlabs/kyuu/rules.mk
@@ -0,0 +1,20 @@
+# 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 = 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 \ No newline at end of file