diff options
author | Peter Park <peterchpark@gmail.com> | 2022-12-17 19:26:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 19:26:02 -0800 |
commit | 7aa2d791f69244a5f17ec0d00908ec5a05d21103 (patch) | |
tree | 7172a753a6c515968cdd3f1aba7dbd9235d99ede /keyboards/the_uni/rp_2040/rules.mk | |
parent | 9c08c7d4b6acf681590646f704fb17bdbcf82ba2 (diff) |
[Keyboard] The Uni change folder location (#19326)
Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local>
Diffstat (limited to 'keyboards/the_uni/rp_2040/rules.mk')
-rw-r--r-- | keyboards/the_uni/rp_2040/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/the_uni/rp_2040/rules.mk b/keyboards/the_uni/rp_2040/rules.mk deleted file mode 100644 index da6a3dc6a8..0000000000 --- a/keyboards/the_uni/rp_2040/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# 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 |