summaryrefslogtreecommitdiff
path: root/keyboards/makrosu/rules.mk
diff options
context:
space:
mode:
authorMuhammad Rivaldi <50755960+valdiieee@users.noreply.github.com>2021-06-23 06:34:17 +0700
committerGitHub <noreply@github.com>2021-06-23 09:34:17 +1000
commit4ef2b0f81817aa24931293215b10dd5a031f109d (patch)
treecb88388770877bf2c73a4e31d96adca2e4e2f735 /keyboards/makrosu/rules.mk
parent0c5c39c18a4545bc3b9b2e79243a952514579e02 (diff)
adding my custom keypad to qmk repository (#12150)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/makrosu/rules.mk')
-rw-r--r--keyboards/makrosu/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/makrosu/rules.mk b/keyboards/makrosu/rules.mk
new file mode 100644
index 0000000000..d12ce50377
--- /dev/null
+++ b/keyboards/makrosu/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes