diff options
| author | Joel Challis | 2024-03-15 23:23:40 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:23:40 +0100 |
| commit | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (patch) | |
| tree | 75f16b70a97e1e8d949a6ffba09c8eeb57ac753a /keyboards/utd80/rules.mk | |
| parent | 68e8d74188a251336bf2eaa8d58e1e04983ac29e (diff) | |
Migrate features from rules.mk to data driven - UVWXYZ (#23287)
Diffstat (limited to 'keyboards/utd80/rules.mk')
| -rw-r--r-- | keyboards/utd80/rules.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/utd80/rules.mk b/keyboards/utd80/rules.mk deleted file mode 100644 index 5681a9b597..0000000000 --- a/keyboards/utd80/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# 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 = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |