summaryrefslogtreecommitdiff
path: root/keyboards/1upkeyboards/pi40/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-15 18:17:44 +0000
committerQMK Bot <hello@qmk.fm>2022-09-15 18:17:44 +0000
commit08738aab7e230caa9c0f0beb5700c80253904aa5 (patch)
tree9ce7f143cf4d7360a9f21a7b42d1983ffdebed99 /keyboards/1upkeyboards/pi40/rules.mk
parent6f752264602e33244c03d0854bc0d197e2a4e6f6 (diff)
parent57c35bd8177d975f3a62505e51d531d1f4587215 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/1upkeyboards/pi40/rules.mk')
-rw-r--r--keyboards/1upkeyboards/pi40/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/pi40/rules.mk b/keyboards/1upkeyboards/pi40/rules.mk
new file mode 100644
index 0000000000..ecf7a9ce3a
--- /dev/null
+++ b/keyboards/1upkeyboards/pi40/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = RP2040
+BOOTLOADER = rp2040
+BOARD = GENERIC_RP_RP2040
+
+# 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 = 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
+
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+
+WS2812_DRIVER = vendor
+ENCODER_ENABLE = yes
+
+OLED_ENABLE = yes
+OLED_DRIVER = SSD1306 \ No newline at end of file