summaryrefslogtreecommitdiff
path: root/keyboards/neopad/rev1/rules.mk
diff options
context:
space:
mode:
authorrookiebwoy <81021475+rookiebwoy@users.noreply.github.com>2021-05-15 05:09:10 +0200
committerGitHub <noreply@github.com>2021-05-14 20:09:10 -0700
commitb057194568270ce379d1900b2567052d565ce1dd (patch)
tree931f1ebd4379452ad0dbce5849266c82fa9c29a1 /keyboards/neopad/rev1/rules.mk
parent83be6ba472bd8cba9dc8102c193ed9d2b6546799 (diff)
[Keyboard] Add Neopad macropad (#12614)
Diffstat (limited to 'keyboards/neopad/rev1/rules.mk')
-rwxr-xr-xkeyboards/neopad/rev1/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/neopad/rev1/rules.mk b/keyboards/neopad/rev1/rules.mk
new file mode 100755
index 0000000000..309e3d48c0
--- /dev/null
+++ b/keyboards/neopad/rev1/rules.mk
@@ -0,0 +1,25 @@
+# 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 = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # 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 = no # 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
+KEY_LOCK_ENABLE = yes