diff options
| author | Joel Challis | 2024-04-23 04:59:58 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-23 04:59:58 +0200 |
| commit | dc0095c64b2658a8fb5421ce93cb6bdc53806693 (patch) | |
| tree | db77e79af5d1315ae467906321fef056e1810bf6 /keyboards/numatreus/rules.mk | |
| parent | e69b638756c80c0a26efa1959b611a04548a9f82 (diff) | |
Migrate build target markers to keyboard.json - N (#23589)
Diffstat (limited to 'keyboards/numatreus/rules.mk')
| -rw-r--r-- | keyboards/numatreus/rules.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/numatreus/rules.mk b/keyboards/numatreus/rules.mk deleted file mode 100644 index 2a92a7e48b..0000000000 --- a/keyboards/numatreus/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = no # 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 -UNICODE_ENABLE = yes # Unicode -RGBLIGHT_ENABLE = no -LED_ANIMATIONS = no |