summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/v1x_oled/rules.mk
diff options
context:
space:
mode:
authormedoix <medoix@shivv.com>2022-08-07 19:33:36 +1000
committerGitHub <noreply@github.com>2022-08-07 02:33:36 -0700
commitb9269bf68959d1503dffd8dd7586bf824446a252 (patch)
tree5fcfff5af8085cd60e971e2bbec4e0c5119a9ecb /keyboards/dumbpad/v1x_oled/rules.mk
parent964ce931e2037465ead8b0b8d30231ebedd02ebc (diff)
[Keyboard] Dumbpad v1x_oled (#17058)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/dumbpad/v1x_oled/rules.mk')
-rw-r--r--keyboards/dumbpad/v1x_oled/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/dumbpad/v1x_oled/rules.mk b/keyboards/dumbpad/v1x_oled/rules.mk
new file mode 100644
index 0000000000..110bfc8eaf
--- /dev/null
+++ b/keyboards/dumbpad/v1x_oled/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+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
+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
+
+ENCODER_ENABLE = yes
+OLED_ENABLE = yes
+OLED_DRIVER = SSD1306
+WPM_ENABLE = yes