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/nullbitsco/scramble/v2 | |
| parent | e69b638756c80c0a26efa1959b611a04548a9f82 (diff) | |
Migrate build target markers to keyboard.json - N (#23589)
Diffstat (limited to 'keyboards/nullbitsco/scramble/v2')
| -rw-r--r-- | keyboards/nullbitsco/scramble/v2/keyboard.json (renamed from keyboards/nullbitsco/scramble/v2/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/nullbitsco/scramble/v2/rules.mk | 13 |
2 files changed, 7 insertions, 13 deletions
diff --git a/keyboards/nullbitsco/scramble/v2/info.json b/keyboards/nullbitsco/scramble/v2/keyboard.json index 2a89a1063b..a55e878741 100644 --- a/keyboards/nullbitsco/scramble/v2/info.json +++ b/keyboards/nullbitsco/scramble/v2/keyboard.json @@ -1,4 +1,11 @@ { + "features": { + "bootmagic": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "encoder": { "rotary": [ {"pin_a": "GP24", "pin_b": "GP25"} diff --git a/keyboards/nullbitsco/scramble/v2/rules.mk b/keyboards/nullbitsco/scramble/v2/rules.mk deleted file mode 100644 index f917d68f4e..0000000000 --- a/keyboards/nullbitsco/scramble/v2/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 = 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 -ENCODER_ENABLE = yes # Use rotary encoder |