From 7aa2d791f69244a5f17ec0d00908ec5a05d21103 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Sat, 17 Dec 2022 19:26:02 -0800 Subject: [Keyboard] The Uni change folder location (#19326) Co-authored-by: Peter Park --- keyboards/stenokeyboards/the_uni/rp_2040/rules.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/stenokeyboards/the_uni/rp_2040/rules.mk (limited to 'keyboards/stenokeyboards/the_uni/rp_2040/rules.mk') diff --git a/keyboards/stenokeyboards/the_uni/rp_2040/rules.mk b/keyboards/stenokeyboards/the_uni/rp_2040/rules.mk new file mode 100644 index 0000000000..da6a3dc6a8 --- /dev/null +++ b/keyboards/stenokeyboards/the_uni/rp_2040/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = RP2040 + +# Bootloader selection +BOOTLOADER = rp2040 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +STENO_ENABLE = yes -- cgit v1.2.3