diff options
| author | Ryan <fauxpark@gmail.com> | 2021-09-12 14:04:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 14:04:56 +1000 |
| commit | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch) | |
| tree | c8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/clueboard/66 | |
| parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) | |
| download | qmk_firmware-4791cfae1af0bc15a0bd8417c5195bf482b87605.tar.gz qmk_firmware-4791cfae1af0bc15a0bd8417c5195bf482b87605.zip | |
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/clueboard/66')
| -rw-r--r-- | keyboards/clueboard/66/info.json | 5 | ||||
| -rw-r--r-- | keyboards/clueboard/66/rev1/info.json | 5 | ||||
| -rw-r--r-- | keyboards/clueboard/66/rev2/info.json | 5 | ||||
| -rw-r--r-- | keyboards/clueboard/66/rev3/info.json | 5 | ||||
| -rw-r--r-- | keyboards/clueboard/66/rev4/info.json | 5 |
5 files changed, 1 insertions, 24 deletions
diff --git a/keyboards/clueboard/66/info.json b/keyboards/clueboard/66/info.json index df88648d8..0967ef424 100644 --- a/keyboards/clueboard/66/info.json +++ b/keyboards/clueboard/66/info.json | |||
| @@ -1,4 +1 @@ | |||
| 1 | { | {} | |
| 2 | "width": 16.5, | ||
| 3 | "height": 5 | ||
| 4 | } | ||
diff --git a/keyboards/clueboard/66/rev1/info.json b/keyboards/clueboard/66/rev1/info.json index beb83b5e6..c59cfa0b8 100644 --- a/keyboards/clueboard/66/rev1/info.json +++ b/keyboards/clueboard/66/rev1/info.json | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | "manufacturer": "Clueboard", | 2 | "manufacturer": "Clueboard", |
| 3 | "keyboard_name": "Clueboard 66%", | 3 | "keyboard_name": "Clueboard 66%", |
| 4 | "maintainer": "skullydazed", | 4 | "maintainer": "skullydazed", |
| 5 | "height": 5, | ||
| 6 | "width": 16.5, | ||
| 7 | "processor": "atmega32u4", | 5 | "processor": "atmega32u4", |
| 8 | "debounce": 5, | 6 | "debounce": 5, |
| 9 | "diode_direction": "COL2ROW", | 7 | "diode_direction": "COL2ROW", |
| @@ -50,7 +48,6 @@ | |||
| 50 | }, | 48 | }, |
| 51 | "layouts": { | 49 | "layouts": { |
| 52 | "LAYOUT_66_ansi": { | 50 | "LAYOUT_66_ansi": { |
| 53 | "key_count": 66, | ||
| 54 | "layout": [ | 51 | "layout": [ |
| 55 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 52 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 56 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 53 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -121,7 +118,6 @@ | |||
| 121 | ] | 118 | ] |
| 122 | }, | 119 | }, |
| 123 | "LAYOUT_66_iso": { | 120 | "LAYOUT_66_iso": { |
| 124 | "key_count": 67, | ||
| 125 | "layout": [ | 121 | "layout": [ |
| 126 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 122 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 127 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 123 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -193,7 +189,6 @@ | |||
| 193 | ] | 189 | ] |
| 194 | }, | 190 | }, |
| 195 | "LAYOUT_all": { | 191 | "LAYOUT_all": { |
| 196 | "key_count": 73, | ||
| 197 | "layout": [ | 192 | "layout": [ |
| 198 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 193 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 199 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 194 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
diff --git a/keyboards/clueboard/66/rev2/info.json b/keyboards/clueboard/66/rev2/info.json index 603558de8..5ef47cca9 100644 --- a/keyboards/clueboard/66/rev2/info.json +++ b/keyboards/clueboard/66/rev2/info.json | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | "manufacturer": "Clueboard", | 2 | "manufacturer": "Clueboard", |
| 3 | "keyboard_name": "Clueboard 66%", | 3 | "keyboard_name": "Clueboard 66%", |
| 4 | "maintainer": "skullydazed", | 4 | "maintainer": "skullydazed", |
| 5 | "height": 5, | ||
| 6 | "width": 16.5, | ||
| 7 | "processor": "atmega32u4", | 5 | "processor": "atmega32u4", |
| 8 | "debounce": 5, | 6 | "debounce": 5, |
| 9 | "diode_direction": "COL2ROW", | 7 | "diode_direction": "COL2ROW", |
| @@ -50,7 +48,6 @@ | |||
| 50 | }, | 48 | }, |
| 51 | "layouts": { | 49 | "layouts": { |
| 52 | "LAYOUT_66_ansi": { | 50 | "LAYOUT_66_ansi": { |
| 53 | "key_count": 66, | ||
| 54 | "layout": [ | 51 | "layout": [ |
| 55 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 52 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 56 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 53 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -121,7 +118,6 @@ | |||
| 121 | ] | 118 | ] |
| 122 | }, | 119 | }, |
| 123 | "LAYOUT_66_iso": { | 120 | "LAYOUT_66_iso": { |
| 124 | "key_count": 67, | ||
| 125 | "layout": [ | 121 | "layout": [ |
| 126 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 122 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 127 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 123 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -193,7 +189,6 @@ | |||
| 193 | ] | 189 | ] |
| 194 | }, | 190 | }, |
| 195 | "LAYOUT_all": { | 191 | "LAYOUT_all": { |
| 196 | "key_count": 73, | ||
| 197 | "layout": [ | 192 | "layout": [ |
| 198 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 193 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 199 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 194 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
diff --git a/keyboards/clueboard/66/rev3/info.json b/keyboards/clueboard/66/rev3/info.json index d3b13bed7..1944331e2 100644 --- a/keyboards/clueboard/66/rev3/info.json +++ b/keyboards/clueboard/66/rev3/info.json | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | "manufacturer": "Clueboard", | 2 | "manufacturer": "Clueboard", |
| 3 | "keyboard_name": "Clueboard 66% rev3", | 3 | "keyboard_name": "Clueboard 66% rev3", |
| 4 | "maintainer": "skullydazed", | 4 | "maintainer": "skullydazed", |
| 5 | "height": 5, | ||
| 6 | "width": 16.5, | ||
| 7 | "processor": "atmega32u4", | 5 | "processor": "atmega32u4", |
| 8 | "debounce": 5, | 6 | "debounce": 5, |
| 9 | "diode_direction": "COL2ROW", | 7 | "diode_direction": "COL2ROW", |
| @@ -50,7 +48,6 @@ | |||
| 50 | }, | 48 | }, |
| 51 | "layouts": { | 49 | "layouts": { |
| 52 | "LAYOUT_66_ansi": { | 50 | "LAYOUT_66_ansi": { |
| 53 | "key_count": 66, | ||
| 54 | "layout": [ | 51 | "layout": [ |
| 55 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 52 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 56 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 53 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -121,7 +118,6 @@ | |||
| 121 | ] | 118 | ] |
| 122 | }, | 119 | }, |
| 123 | "LAYOUT_66_iso": { | 120 | "LAYOUT_66_iso": { |
| 124 | "key_count": 67, | ||
| 125 | "layout": [ | 121 | "layout": [ |
| 126 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 122 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 127 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 123 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -193,7 +189,6 @@ | |||
| 193 | ] | 189 | ] |
| 194 | }, | 190 | }, |
| 195 | "LAYOUT_all": { | 191 | "LAYOUT_all": { |
| 196 | "key_count": 73, | ||
| 197 | "layout": [ | 192 | "layout": [ |
| 198 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 193 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 199 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 194 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
diff --git a/keyboards/clueboard/66/rev4/info.json b/keyboards/clueboard/66/rev4/info.json index 9c8fcbef5..1a81b3d08 100644 --- a/keyboards/clueboard/66/rev4/info.json +++ b/keyboards/clueboard/66/rev4/info.json | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | "manufacturer": "Clueboard", | 2 | "manufacturer": "Clueboard", |
| 3 | "keyboard_name": "Clueboard 66% rev4", | 3 | "keyboard_name": "Clueboard 66% rev4", |
| 4 | "maintainer": "skullydazed", | 4 | "maintainer": "skullydazed", |
| 5 | "height": 5, | ||
| 6 | "width": 16.5, | ||
| 7 | "debounce": 5, | 5 | "debounce": 5, |
| 8 | "processor": "STM32F303", | 6 | "processor": "STM32F303", |
| 9 | "board": "QMK_PROTON_C", | 7 | "board": "QMK_PROTON_C", |
| @@ -48,7 +46,6 @@ | |||
| 48 | }, | 46 | }, |
| 49 | "layouts": { | 47 | "layouts": { |
| 50 | "LAYOUT_66_ansi": { | 48 | "LAYOUT_66_ansi": { |
| 51 | "key_count": 66, | ||
| 52 | "layout": [ | 49 | "layout": [ |
| 53 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 50 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 54 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 51 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -119,7 +116,6 @@ | |||
| 119 | ] | 116 | ] |
| 120 | }, | 117 | }, |
| 121 | "LAYOUT_66_iso": { | 118 | "LAYOUT_66_iso": { |
| 122 | "key_count": 67, | ||
| 123 | "layout": [ | 119 | "layout": [ |
| 124 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 120 | { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 125 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 121 | { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
| @@ -191,7 +187,6 @@ | |||
| 191 | ] | 187 | ] |
| 192 | }, | 188 | }, |
| 193 | "LAYOUT_all": { | 189 | "LAYOUT_all": { |
| 194 | "key_count": 73, | ||
| 195 | "layout": [ | 190 | "layout": [ |
| 196 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, | 191 | { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, |
| 197 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, | 192 | { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, |
