diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-02 08:25:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 08:25:15 +1000 |
commit | 79aa31994698c9050141714f77c0177edbcd9488 (patch) | |
tree | 71380a65ff15a2b57906ca60b2e03d848b2f3ad8 /keyboards/tweetydabird/lbs4 | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/tweetydabird/lbs4')
-rw-r--r-- | keyboards/tweetydabird/lbs4/info.json | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/keyboards/tweetydabird/lbs4/info.json b/keyboards/tweetydabird/lbs4/info.json index 6f3e83c24c..4ef6725b68 100644 --- a/keyboards/tweetydabird/lbs4/info.json +++ b/keyboards/tweetydabird/lbs4/info.json @@ -3,10 +3,8 @@ "manufacturer": "Tweetys Wild Thinking", "url": "https://lectronz.com/stores/tweetys-wild-thinking", "maintainer": "TweetyDaBird", - "development_board": "promicro", "bootloader_instructions": "Short marked pads on PCB, or hold top left key when plugging in.", - "features": { "bootmagic": true, "command": false, @@ -17,30 +15,25 @@ "rgblight": true, "encoder": true }, - "build": { "lto": true }, - "usb": { "vid": "0xFEED", "pid": "0x23B0", "device_version": "1.1.0" }, - "matrix_pins": { "direct": [ ["E6", "D7", "F4"], ["B5", "B4", null] ] }, - "encoder": { "rotary": [ {"pin_a": "B1", "pin_b": "F7", "resolution": 2} ] }, - "rgblight": { "led_count": 6, "hue_steps": 8, @@ -57,18 +50,17 @@ "ws2812": { "pin": "D2" }, - "layouts": { "LAYOUT": { "layout": [ - { "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 }, - - { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0 }, - { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0 }, - + { "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 }, + + { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0 }, + { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0 }, + { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1 }, { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1 } ] } } -}
\ No newline at end of file +} |