DOIO KB30 Refactor (#21250)

* refactor keymaps

- remove extra blank lines
- convert tabs to spaces
- use four-space indent
- grid-align keycodes
- use QMK-native keycode aliases

* info.json: correct layout data

* add readme.md

* info.json: correct maintainer field

Updates the value to reference the maintainer's GitHub username.
This commit is contained in:
James Young
2023-06-15 05:18:56 -07:00
committed by GitHub
parent 66f06a175f
commit 9b36ec5351
4 changed files with 103 additions and 103 deletions

View File

@@ -2,7 +2,7 @@
"keyboard_name": "KB30-01",
"manufacturer": "DOIO",
"url": "",
"maintainer": "Alice",
"maintainer": "DOIO2022",
"usb": {
"vid": "0xD010",
"pid": "0x3001",
@@ -49,33 +49,31 @@
{"matrix": [1, 5], "x": 5.25, "y": 1},
{"matrix": [1, 6], "x": 6.25, "y": 1},
{"matrix": [2, 0], "x": 8.25, "y": 2},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 1], "x": 0, "y": 2},
{"matrix": [2, 2], "x": 1, "y": 2},
{"matrix": [2, 3], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 4.25, "y": 2},
{"matrix": [2, 4], "x": 5.25, "y": 2},
{"matrix": [2, 5], "x": 6.25, "y": 2},
{"matrix": [2, 4], "x": 4.25, "y": 2},
{"matrix": [2, 5], "x": 5.25, "y": 2},
{"matrix": [3, 0], "x": 6.25, "y": 2},
{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 1, "y": 3},
{"matrix": [3, 2], "x": 2, "y": 3},
{"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
{"matrix": [3, 1], "x": 11, "y": 2},
{"matrix": [3, 5], "x": 5.25, "y": 3},
{"matrix": [3, 2], "x": 0, "y": 3},
{"matrix": [3, 3], "x": 1, "y": 3},
{"matrix": [3, 5], "x": 2, "y": 3},
{"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
{"matrix": [4, 1], "x": 2, "y": 4},
{"matrix": [4, 0], "x": 4.25, "y": 3, "h": 2},
{"matrix": [4, 1], "x": 5.25, "y": 3},
{"matrix": [4, 2], "x": 4.25, "y": 4},
{"matrix": [4, 3], "x": 5.25, "y": 4},
{"matrix": [4, 4], "x": 6.25, "y": 4},
{"matrix": [4, 2], "x": 9, "y": 4},
{"matrix": [4, 3], "x": 0, "y": 4, "w": 2},
{"matrix": [4, 4], "x": 2, "y": 4},
{"matrix": [5, 4], "x": 4.25, "y": 4},
{"matrix": [5, 5], "x": 5.25, "y": 4},
{"matrix": [5, 6], "x": 6.25, "y": 4}
{"matrix": [5, 4], "x": 7.75, "y": 1},
{"matrix": [5, 5], "x": 9.75, "y": 1},
{"matrix": [5, 6], "x": 7.75, "y": 2, "w": 3, "h": 3}
]
}
}