diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cd53e56418..fc818d57b3 100755 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ -## QMK Pull Request +## QMK Pull Request @@ -25,6 +25,7 @@ - [ ] The VIA support for this keyboard is **MERGED** in QMK master already **(MANDATORY)** - [ ] The VIA definition follows the guide here: https://caniusevia.com/docs/layouts - [ ] I have a V3 JSON version for this keyboard definition.**(MANDATORY)** +- [ ] I have formatted the JSON file to have consistent formatting with the rest of the repository. - [ ] I have tested this keyboard definition using VIA's "Design" tab. - [ ] I have tested this keyboard definition with firmware on a device. - [ ] I have assigned alpha keys and modifier keys with the correct colors. diff --git a/v3/archetype/minervalx/minervalx.json b/v3/archetype/minervalx/minervalx.json new file mode 100644 index 0000000000..21fcccd63b --- /dev/null +++ b/v3/archetype/minervalx/minervalx.json @@ -0,0 +1,271 @@ +{ + "name": "Minerva LX", + "vendorId": "0x5453", + "productId": "0x0100", + "matrix": { + "rows": 5, + "cols": 15 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_backlight" + ], + "layouts": { + "labels": [ + "Split Backspace", + "Split Right Shift", + [ + "Bottom Row", + "Tsangan", + "Tsangan-Split", + "ANSI" + ] + ], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "0,13\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,14", + { + "x": 0.5 + }, + "2,12\n\n\n0,1", + { + "c": "#aaaaaa" + }, + "0,13\n\n\n0,1" + ], + [ + { + "w": 1.5 + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 1.5 + }, + "1,13", + { + "x": 0.25 + }, + "1,14" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "c": "#777777", + "w": 2.25 + }, + "2,13", + { + "x": 0.25, + "c": "#cccccc" + }, + "2,14" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,12\n\n\n1,1", + { + "x": -1.75, + "w": 2.75 + }, + "3,12\n\n\n1,0", + { + "x": -1 + }, + "3,13\n\n\n1,1", + { + "x": 0.25, + "c": "#cccccc" + }, + "3,14" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,0\n\n\n2,0", + "4,1\n\n\n2,0", + { + "w": 1.5 + }, + "4,2\n\n\n2,0", + { + "c": "#cccccc", + "w": 7 + }, + "4,6\n\n\n2,0", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,10\n\n\n2,0", + "4,12\n\n\n2,0", + { + "w": 1.5 + }, + "4,13\n\n\n2,0", + { + "x": 0.25 + }, + "4,14" + ], + [ + { + "y": 0.25, + "w": 1.5 + }, + "4,0\n\n\n2,1", + "4,1\n\n\n2,1", + { + "w": 1.5 + }, + "4,2\n\n\n2,1", + { + "c": "#cccccc", + "w": 3 + }, + "4,4\n\n\n2,1", + { + "c": "#aaaaaa" + }, + "4,6\n\n\n2,1", + { + "c": "#cccccc", + "w": 3 + }, + "4,8\n\n\n2,1", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,10\n\n\n2,1", + "4,12\n\n\n2,1", + { + "w": 1.5 + }, + "4,13\n\n\n2,1" + ], + [ + { + "w": 1.25 + }, + "4,0\n\n\n2,2", + { + "w": 1.25 + }, + "4,1\n\n\n2,2", + { + "w": 1.25 + }, + "4,2\n\n\n2,2", + { + "c": "#cccccc", + "w": 6.25 + }, + "4,6\n\n\n2,2", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,9\n\n\n2,2", + { + "w": 1.25 + }, + "4,10\n\n\n2,2", + { + "w": 1.25 + }, + "4,12\n\n\n2,2", + { + "w": 1.25 + }, + "4,13\n\n\n2,2" + ] + ] + } +} + diff --git a/v3/atlantis/ps17/ps17.json b/v3/atlantis/ps17/ps17.json new file mode 100644 index 0000000000..4ea2511346 --- /dev/null +++ b/v3/atlantis/ps17/ps17.json @@ -0,0 +1,67 @@ +{ + "name": "Atlantis PS17", + "vendorId": "0x0015", + "productId": "0x414B", + "matrix": { + "rows": 6, + "cols": 4 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_rgb_matrix" + ], + "layouts": { + "keymap": [ + [ + "0,1\n\n\n\n\n\n\n\n\ne0" + ], + [ + { + "c": "#aaaaaa" + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3" + ], + [ + "2,0", + "2,1", + "2,2", + { + "h": 2 + }, + "2,3" + ], + [ + "3,0", + "3,1", + "3,2" + ], + [ + "4,0", + "4,1", + "4,2", + { + "c": "#777777", + "h": 2 + }, + "4,3" + ], + [ + { + "c": "#cccccc", + "w": 2 + }, + "5,0", + "5,2" + ] + ] + } +} + diff --git a/v3/cannonkeys/is0gr/is0gr.json b/v3/cannonkeys/is0gr/is0gr.json index 5ff00ce3c9..98ed9d2d9a 100644 --- a/v3/cannonkeys/is0gr/is0gr.json +++ b/v3/cannonkeys/is0gr/is0gr.json @@ -1,7 +1,7 @@ { "name": "is0GR", - "vendorId": "0xCA04", - "productId": "0x0028", + "vendorId": "0x0028", + "productId": "0xCA04", "matrix": { "rows": 1, "cols": 1 diff --git a/v3/cipulot/ec_typeb/ec_typeb.json b/v3/cipulot/ec_typeb/ec_typeb.json new file mode 100644 index 0000000000..1f9480e742 --- /dev/null +++ b/v3/cipulot/ec_typeb/ec_typeb.json @@ -0,0 +1,315 @@ +{ + "name": "EC Type-B", + "vendorId": "0x6369", + "productId": "0x6BAA", + "matrix": { + "rows": 5, + "cols": 15 + }, + "menus": [ + { + "label": "EC Tools", + "content": [ + { + "label": "Actuation", + "content": [ + { + "label": "Mode", + "type": "dropdown", + "options": [ + "APC", + "Rapid Trigger" + ], + "content": [ + "id_actuation_mode", + 0, + 1 + ] + }, + { + "showIf": "{id_actuation_mode} == 0", + "content": [ + { + "label": "Actuation Level (0% | 100%)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_0_actuation_threshold", + 0, + 2 + ] + }, + { + "label": "Release Level (0% | 100%, ALWAYS < Actuation Level)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_0_release_threshold", + 0, + 3 + ] + }, + { + "label": "Apply & save changes", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_save_threshold_data", + 0, + 4 + ] + } + ] + }, + { + "showIf": "{id_actuation_mode} == 1", + "content": [ + { + "label": "Initial Deadzone Offset (0% | 100%)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_1_initial_deadzone_offset", + 0, + 5 + ] + }, + { + "label": "Actuation Offset (1-255)", + "type": "range", + "options": [ + 1, + 255 + ], + "content": [ + "id_mode_1_actuation_offset", + 0, + 6 + ] + }, + { + "label": "Release Offset (1-255)", + "type": "range", + "options": [ + 1, + 255 + ], + "content": [ + "id_mode_1_release_offset", + 0, + 7 + ] + }, + { + "label": "Apply & save changes", + "type": "button", + "options": [ + 1 + ], + "content": [ + "id_save_threshold_data", + 0, + 4 + ] + } + ] + } + ] + }, + { + "label": "Calibration", + "content": [ + { + "label": "Bottoming Calibration", + "type": "toggle", + "content": [ + "id_bottoming_calibration", + 0, + 8 + ] + }, + { + "label": "Noise Floor Calibration (DO NOT PRESS ANY KEY WHILE CLICKING)", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_noise_floor_calibration", + 0, + 9 + ] + }, + { + "label": "Show Calibration Data", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_show_calibration_data", + 0, + 10 + ] + }, + { + "label": "Clear Bottoming Calibration Data", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_clear_bottoming_calibration_data", + 0, + 11 + ] + } + ] + } + ] + } + ], + "layouts": { + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + "0,13", + { + "c": "#aaaaaa" + }, + "0,14" + ], + [ + { + "w": 1.5 + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 1.5 + }, + "1,13" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "c": "#777777", + "w": 2.25 + }, + "2,13" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,13", + { + "c": "#cccccc" + }, + "3,14" + ], + [ + { + "x": 1.5, + "c": "#aaaaaa" + }, + "4,1", + { + "w": 1.5 + }, + "4,2", + { + "c": "#cccccc", + "w": 6 + }, + "4,6", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,9", + "4,10" + ] + ] + } +} diff --git a/v3/cipulot/ec_virgo/ec_virgo.json b/v3/cipulot/ec_virgo/ec_virgo.json new file mode 100644 index 0000000000..01bb41e09a --- /dev/null +++ b/v3/cipulot/ec_virgo/ec_virgo.json @@ -0,0 +1,497 @@ +{ + "name": "Virgo EC", + "vendorId": "0x6369", + "productId": "0x6BC0", + "matrix": { + "rows": 6, + "cols": 18 + }, + "menus": [ + { + "label": "EC Tools", + "content": [ + { + "label": "Actuation", + "content": [ + { + "label": "Mode", + "type": "dropdown", + "options": [ + "APC", + "Rapid Trigger" + ], + "content": [ + "id_actuation_mode", + 0, + 1 + ] + }, + { + "showIf": "{id_actuation_mode} == 0", + "content": [ + { + "label": "Actuation Level (0% | 100%)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_0_actuation_threshold", + 0, + 2 + ] + }, + { + "label": "Release Level (0% | 100%, ALWAYS < Actuation Level)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_0_release_threshold", + 0, + 3 + ] + }, + { + "label": "Apply & save changes", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_save_threshold_data", + 0, + 4 + ] + } + ] + }, + { + "showIf": "{id_actuation_mode} == 1", + "content": [ + { + "label": "Initial Deadzone Offset (0% | 100%)", + "type": "range", + "options": [ + 1, + 1023 + ], + "content": [ + "id_mode_1_initial_deadzone_offset", + 0, + 5 + ] + }, + { + "label": "Actuation Offset (1-255)", + "type": "range", + "options": [ + 1, + 255 + ], + "content": [ + "id_mode_1_actuation_offset", + 0, + 6 + ] + }, + { + "label": "Release Offset (1-255)", + "type": "range", + "options": [ + 1, + 255 + ], + "content": [ + "id_mode_1_release_offset", + 0, + 7 + ] + }, + { + "label": "Apply & save changes", + "type": "button", + "options": [ + 1 + ], + "content": [ + "id_save_threshold_data", + 0, + 4 + ] + } + ] + } + ] + }, + { + "label": "Calibration", + "content": [ + { + "label": "Bottoming Calibration", + "type": "toggle", + "content": [ + "id_bottoming_calibration", + 0, + 8 + ] + }, + { + "label": "Noise Floor Calibration (DO NOT PRESS ANY KEY WHILE CLICKING)", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_noise_floor_calibration", + 0, + 9 + ] + }, + { + "label": "Show Calibration Data", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_show_calibration_data", + 0, + 10 + ] + }, + { + "label": "Clear Bottoming Calibration Data", + "type": "button", + "options": [ + 0 + ], + "content": [ + "id_clear_bottoming_calibration_data", + 0, + 11 + ] + } + ] + } + ] + } + ], + "layouts": { + "labels": [ + "Split Backspace", + "Split LShift", + "Split RShift", + "ISO", + [ + "Bottom Row", + "Option #1", + "Option #2", + "Option #3" + ] + ], + "keymap": [ + [ + { + "x": 2.5, + "c": "#777777" + }, + "0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,5", + { + "x": 2.5 + }, + "0,7", + "0,8", + "0,9", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,10", + "0,11", + "0,12", + "0,13", + { + "x": 1, + "c": "#aaaaaa" + }, + "0,15", + "0,16", + "0,17" + ], + [ + { + "y": 0.5, + "x": 2.5, + "c": "#cccccc" + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + { + "x": 2 + }, + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,14\n\n\n0,0", + { + "x": 0.25 + }, + "1,15", + "1,16", + "1,17", + { + "x": 1, + "c": "#cccccc" + }, + "1,13\n\n\n0,1", + { + "c": "#aaaaaa" + }, + "1,14\n\n\n0,1" + ], + [ + { + "x": 2.5, + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + { + "x": 2 + }, + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13\n\n\n3,0", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "2,15", + "2,16", + "2,17", + { + "x": 1.75, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "2,14\n\n\n3,1" + ], + [ + { + "x": 2.5, + "c": "#aaaaaa", + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + { + "x": 2 + }, + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#777777", + "w": 2.25 + }, + "3,13\n\n\n3,0", + { + "x": 4, + "c": "#cccccc" + }, + "3,12\n\n\n3,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0\n\n\n1,1", + { + "c": "#cccccc" + }, + "4,1\n\n\n1,1", + { + "x": 0.25, + "c": "#aaaaaa", + "w": 2.25 + }, + "4,0\n\n\n1,0", + { + "c": "#cccccc" + }, + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + { + "x": 1 + }, + "5,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "4,13\n\n\n2,0", + { + "x": 1.25, + "c": "#777777" + }, + "4,16", + { + "x": 1.25, + "c": "#aaaaaa", + "w": 1.75 + }, + "4,13\n\n\n2,1", + "4,14\n\n\n2,1" + ], + [ + { + "x": 2.5, + "w": 1.5 + }, + "5,0", + { + "x": 1, + "w": 1.25 + }, + "5,2\n\n\n4,0", + { + "w": 1.25 + }, + "5,3\n\n\n4,0", + { + "c": "#cccccc", + "w": 2.25 + }, + "5,5", + { + "x": 1, + "w": 2.75 + }, + "5,7", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "5,9\n\n\n4,0", + { + "w": 1.25 + }, + "5,10\n\n\n4,0", + { + "x": 1, + "w": 1.5 + }, + "5,13", + { + "x": 1.25, + "c": "#777777" + }, + "5,15", + "5,16", + "5,17" + ], + [ + { + "y": 0.25, + "x": 5, + "c": "#aaaaaa" + }, + "5,2\n\n\n4,1", + { + "w": 1.5 + }, + "5,3\n\n\n4,1", + { + "x": 6, + "w": 1.5 + }, + "5,9\n\n\n4,1", + "5,10\n\n\n4,1" + ], + [ + { + "y": 0.25, + "x": 5, + "w": 1.5 + }, + "5,2\n\n\n4,2", + "5,3\n\n\n4,2", + { + "x": 6 + }, + "5,9\n\n\n4,2", + { + "w": 1.5 + }, + "5,10\n\n\n4,2" + ] + ] + } +} diff --git a/v3/deemen17/de60fs.json b/v3/deemen17/de60fs.json index a2d069d021..bf6c0edf3b 100644 --- a/v3/deemen17/de60fs.json +++ b/v3/deemen17/de60fs.json @@ -1,5 +1,5 @@ { - "name": "De60fs Rev.1", + "name": "De60fs", "vendorId": "0xDE17", "productId": "0x60F0", "matrix": { diff --git a/v3/doio/kb38/kb38-01.json b/v3/doio/kb38/kb38-01.json deleted file mode 100644 index bfca92966d..0000000000 --- a/v3/doio/kb38/kb38-01.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "name": "DOIO KB38-01", - "vendorId": "0xD010", - "productId": "0x3801", - "matrix": { - "rows": 6, - "cols": 8 - }, - "keycodes": [ - "qmk_lighting" - ], - "menus": [ - "qmk_rgb_matrix" - ], - "layouts": { - "keymap": [ - [ - { - "c": "#cccccc" - }, - "0,0", - { - "x": 1.5 - }, - "0,1", - { - "x": 0.75 - }, - "0,2", - "0,3", - "0,4", - { - "x": 0.25 - }, - "0,5", - "0,6", - "0,7" - ], - [ - { - "c": "#cccccc" - }, - "1,0", - "1,1", - "1,2", - "1,3", - { - "x": 0.25 - }, - "1,4", - "1,5", - "1,6" - ], - [ - "2,0", - "2,1", - "2,2", - { - "h": 2 - }, - "2,3", - { - "x": 0.25 - }, - "2,4", - "2,5", - "2,6", - { - "x": 0.5 - }, - "5,5\n\n\n\n\n\n\n\n\ne0", - { - "x": 0.5 - }, - "5,6\n\n\n\n\n\n\n\n\ne1" - ], - [ - "3,0", - "3,1", - "3,2", - { - "x": 1.25 - }, - "3,3", - "3,4", - "3,5" - ], - [ - "4,0", - "4,1", - "4,2", - { - "h": 2 - }, - "4,3", - { - "x": 1.25 - }, - "4,5", - { - "x": 1.75, - "w": 2, - "h": 2 - }, - "5,7\n\n\n\n\n\n\n\n\ne2" - ], - [ - { - "w": 2 - }, - "5,0", - "5,1", - { - "x": 1.25 - }, - "5,2", - "5,3", - "5,4" - ] - ] - } -} diff --git a/v3/era/linx3/n86/n86.json b/v3/era/linx3/n86/n86.json new file mode 100644 index 0000000000..ad804e5c96 --- /dev/null +++ b/v3/era/linx3/n86/n86.json @@ -0,0 +1,220 @@ +{ + "name": "N86", + "vendorId": "0x4552", + "productId": "0x0008", + "matrix": { + "rows": 6, + "cols": 17 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_rgb_matrix" + ], + "layouts": { + "labels": [ + "Split Backspace", + "Split Right Shift" + ], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "x": 1, + "c": "#cccccc" + }, + "0,2", + "0,3", + "0,4", + "0,5", + { + "x": 0.5 + }, + "0,6", + "0,7", + "0,8", + "0,9", + { + "x": 0.5 + }, + "0,10", + "0,11", + "0,12", + "0,13", + { + "x": 0.25 + }, + "0,14", + "0,15", + "0,16" + ], + [ + { + "y": 0.5 + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,13\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "2,14", + "1,15", + "1,16", + { + "x": 1.25 + }, + "1,13\n\n\n0,1", + "1,14\n\n\n0,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13", + { + "x": 0.25 + }, + "3,14", + "2,15", + "2,16" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#777777", + "w": 2.25 + }, + "3,13" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "4,0", + { + "c": "#cccccc" + }, + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "4,12\n\n\n1,0", + { + "x": 1.25, + "c": "#777777" + }, + "4,15", + { + "x": 1.5, + "c": "#aaaaaa", + "w": 1.75 + }, + "4,12\n\n\n1,1", + "4,13\n\n\n1,1" + ], + [ + { + "w": 1.5 + }, + "5,0", + "5,1", + { + "w": 1.5 + }, + "5,2", + { + "c": "#cccccc", + "w": 7 + }, + "5,7", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,11", + "5,12", + { + "w": 1.5 + }, + "5,13", + { + "x": 0.25, + "c": "#777777" + }, + "5,14", + "5,15", + "5,16" + ] + ] + } +} diff --git a/v3/era/linx3/n8x/n8x.json b/v3/era/linx3/n8x/n8x.json new file mode 100644 index 0000000000..aa22016735 --- /dev/null +++ b/v3/era/linx3/n8x/n8x.json @@ -0,0 +1,365 @@ +{ + "name": "N8X", + "vendorId": "0x4552", + "productId": "0x0007", + "matrix": { + "rows": 6, + "cols": 17 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + { + "label": "Lighting", + "content": [ + { + "label": "Backlight", + "content": [ + { + "label": "Backlight Brightness", + "type": "range", + "options": [ + 0, + 10 + ], + "content": [ + "id_custom_backlight_brightness", + 0, + 0 + ] + }, + { + "label": "Backlight Effect", + "type": "dropdown", + "content": [ + "id_custom_backlight_effect", + 0, + 1 + ], + "options": [ + [ + "None", + 0 + ], + [ + "Breathing", + 1 + ], + [ + "Blink-Out on Keypress", + 2 + ], + [ + "Blink-In on Keypress", + 3 + ] + ] + }, + { + "showIf": "{id_custom_backlight_effect} == 1", + "label": "Breating Period", + "type": "range", + "options": [ + 1, + 10 + ], + "content": [ + "id_custom_breathing_period", + 0, + 2 + ] + }, + { + "showIf": "{id_custom_backlight_effect} == 2 || {id_custom_backlight_effect} == 3", + "label": "Blink Speed", + "type": "range", + "options": [ + 1, + 10 + ], + "content": [ + "id_custom_blink_speed", + 0, + 3 + ] + } + ] + } + ] + } + ], + "layouts": { + "labels": [ + "Split Backspace", + "ISO", + "Split Left Shift", + "Split Right Shift", + "7U" + ], + "keymap": [ + [ + { + "x": 2.5, + "c": "#777777" + }, + "0,0", + { + "x": 1, + "c": "#cccccc" + }, + "0,2", + "0,3", + "0,4", + "0,5", + { + "x": 0.5 + }, + "0,6", + "0,7", + "0,8", + "0,9", + { + "x": 0.5 + }, + "0,10", + "0,11", + "0,12", + "0,13", + { + "x": 0.25 + }, + "0,14", + "0,15", + "0,16" + ], + [ + { + "y": 0.5, + "x": 2.5 + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,13\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "2,14", + "1,15", + "1,16", + { + "x": 1.25 + }, + "1,13\n\n\n0,1", + "1,14\n\n\n0,1" + ], + [ + { + "x": 2.5, + "c": "#aaaaaa", + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13\n\n\n1,0", + { + "x": 0.25 + }, + "3,14", + "2,15", + "2,16", + { + "x": 2, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "3,13\n\n\n1,1" + ], + [ + { + "x": 2.5, + "c": "#aaaaaa", + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#777777", + "w": 2.25 + }, + "3,13\n\n\n1,0", + { + "x": 4.25, + "c": "#cccccc" + }, + "3,12\n\n\n1,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0\n\n\n2,1", + "4,1\n\n\n2,1", + { + "x": 0.25, + "w": 2.25 + }, + "4,0\n\n\n2,0", + { + "c": "#cccccc" + }, + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "4,12\n\n\n3,0", + { + "x": 1.25, + "c": "#cccccc" + }, + "4,15", + { + "x": 1.5, + "c": "#aaaaaa", + "w": 1.75 + }, + "4,12\n\n\n3,1", + "4,13\n\n\n3,1" + ], + [ + { + "x": 2.5, + "w": 1.25 + }, + "5,0\n\n\n4,0", + { + "w": 1.25 + }, + "5,1\n\n\n4,0", + { + "w": 1.25 + }, + "5,2\n\n\n4,0", + { + "c": "#cccccc", + "w": 6.25 + }, + "5,6\n\n\n4,0", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "5,9\n\n\n4,0", + { + "w": 1.25 + }, + "5,10\n\n\n4,0", + { + "w": 1.25 + }, + "5,11\n\n\n4,0", + { + "w": 1.25 + }, + "5,13\n\n\n4,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "5,14", + "5,15", + "5,16" + ], + [ + { + "y": 0.25, + "x": 2.5, + "c": "#aaaaaa", + "w": 1.5 + }, + "5,0\n\n\n4,1", + "5,1\n\n\n4,1", + { + "w": 1.5 + }, + "5,2\n\n\n4,1", + { + "c": "#cccccc", + "w": 7 + }, + "5,6\n\n\n4,1", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,10\n\n\n4,1", + "5,11\n\n\n4,1", + { + "w": 1.5 + }, + "5,13\n\n\n4,1" + ] + ] + } +} diff --git a/v3/jaykeeb/joker/joker.json b/v3/jaykeeb/joker/joker.json new file mode 100644 index 0000000000..2267ac0bc9 --- /dev/null +++ b/v3/jaykeeb/joker/joker.json @@ -0,0 +1,307 @@ +{ + "name": "Joker", + "vendorId": "0x414C", + "productId": "0x0795", + "matrix": { + "rows": 6, + "cols": 19 + }, + "layouts": { + "labels": [ + "Split Backspace", + [ + "Bottom Row", + "6.25U", + "7U" + ] + ], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,5", + "0,6", + "0,7", + "0,8", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,9", + "0,10", + "0,11", + "0,12", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,13", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,14", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,15", + "0,16", + "0,17", + "0,18" + ], + [ + { + "y": 0.25, + "c": "#cccccc" + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,13\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "1,14", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "1,15", + "1,16", + "1,17", + "1,18", + { + "x": 0.25, + "c": "#cccccc" + }, + "1,13\n\n\n0,1", + { + "c": "#aaaaaa" + }, + "2,13\n\n\n0,1" + ], + [ + { + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "3,13", + { + "x": 0.25 + }, + "2,14", + { + "x": 0.25 + }, + "2,15", + "2,16", + "2,17", + { + "c": "#aaaaaa", + "h": 2 + }, + "2,18" + ], + [ + { + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#777777", + "w": 2.25 + }, + "3,12", + { + "x": 0.25, + "c": "#cccccc" + }, + "3,14", + { + "x": 0.25 + }, + "3,15", + "3,16", + "3,17" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "4,0", + { + "c": "#cccccc" + }, + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "4,12", + { + "x": 2.5, + "c": "#cccccc" + }, + "4,15", + "4,16", + "4,17", + { + "c": "#aaaaaa", + "h": 2 + }, + "4,18" + ], + [ + { + "y": -0.75, + "x": 14.25, + "c": "#cccccc" + }, + "4,13" + ], + [ + { + "y": -0.25, + "c": "#aaaaaa", + "w": 1.25 + }, + "5,0\n\n\n1,0", + { + "w": 1.25 + }, + "5,1\n\n\n1,0", + { + "w": 1.25 + }, + "5,2\n\n\n1,0", + { + "c": "#cccccc", + "w": 6.25 + }, + "5,6\n\n\n1,0", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,10\n\n\n1,0", + { + "w": 1.5 + }, + "5,11\n\n\n1,0", + { + "x": 3.5, + "c": "#cccccc", + "w": 2 + }, + "5,15", + "5,17" + ], + [ + { + "y": -0.75, + "x": 13.25 + }, + "5,12", + "5,13", + "5,14" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,0\n\n\n1,1", + { + "w": 1.5 + }, + "5,1\n\n\n1,1", + { + "c": "#cccccc", + "w": 7 + }, + "5,6\n\n\n1,1", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,10\n\n\n1,1", + { + "w": 1.5 + }, + "5,11\n\n\n1,1" + ] + ] + } +} diff --git a/v3/keyten/lisa/lisa.json b/v3/keyten/lisa/lisa.json new file mode 100644 index 0000000000..0c0fc06b12 --- /dev/null +++ b/v3/keyten/lisa/lisa.json @@ -0,0 +1,232 @@ +{ + "name": "Lisa", + "vendorId": "0xEB69", + "productId": "0x4001", + "matrix": { + "rows": 4, + "cols": 13 + }, + "layouts": { + "labels": [ + [ + "Left Spacebar", + "1.25U | 2U", + "2U | 1.25U" + ], + [ + "Right Spacebar", + "2.25U | 1.25U", + "1.25U | 2.25U" + ] + ], + "keymap": [ + [ + { + "y": 0.38, + "x": 0.36, + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1" + ], + [ + { + "y": -0.99, + "x": 11.4 + }, + "0,10", + { + "c": "#aaaaaa" + }, + "0,11", + "0,12" + ], + [ + { + "x": 0.22, + "w": 1.25 + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1" + ], + [ + { + "y": -0.99, + "x": 11.79 + }, + "1,10", + { + "c": "#777777", + "w": 1.75 + }, + "1,12" + ], + [ + { + "x": 0.07, + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1" + ], + [ + { + "y": -0.99, + "x": 11.43 + }, + "2,10", + "2,11", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "2,12" + ], + [ + { + "x": 0.17, + "w": 1.25 + }, + "3,0", + { + "w": 1.25 + }, + "3,1" + ], + [ + { + "y": -0.99, + "x": 12.069, + "w": 1.25 + }, + "3,11", + { + "w": 1.25 + }, + "3,12" + ], + [ + { + "r": 8, + "y": -4.42, + "x": 2.5, + "c": "#cccccc" + }, + "0,2", + "0,3", + "0,4", + "0,5" + ], + [ + { + "x": 2.75 + }, + "1,2", + "1,3", + "1,4", + "1,5" + ], + [ + { + "x": 3.25 + }, + "2,2", + "2,3", + "2,4", + "2,5" + ], + [ + { + "x": 4, + "c": "#aaaaaa", + "w": 1.25 + }, + "3,3\n\n\n0,0", + { + "c": "#cccccc", + "w": 2 + }, + "3,5\n\n\n0,0" + ], + [ + { + "y": 0.25, + "x": 4, + "w": 2 + }, + "3,3\n\n\n0,1", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "3,5\n\n\n0,1" + ], + [ + { + "r": -8, + "y": -3.33, + "x": 7.1, + "c": "#cccccc" + }, + "0,6", + "0,7", + "0,8", + "0,9" + ], + [ + { + "x": 7.35 + }, + "1,6", + "1,7", + "1,8", + "1,9" + ], + [ + { + "x": 6.85 + }, + "2,6", + "2,7", + "2,8", + "2,9" + ], + [ + { + "x": 6.85, + "w": 2.25 + }, + "3,6\n\n\n1,0", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "3,8\n\n\n1,0" + ], + [ + { + "y": 0.25, + "x": 6.85, + "w": 1.25 + }, + "3,6\n\n\n1,1", + { + "c": "#cccccc", + "w": 2.25 + }, + "3,8\n\n\n1,1" + ] + ] + } +} + diff --git a/v3/mechstudio/chapter1/chapter1.json b/v3/mechstudio/chapter1/chapter1.json new file mode 100644 index 0000000000..ea1255c853 --- /dev/null +++ b/v3/mechstudio/chapter1/chapter1.json @@ -0,0 +1,235 @@ +{ + "name": "Chapter 1", + "vendorId": "0x4D53", + "productId": "0x0006", + "matrix": { + "rows": 5, + "cols": 16 + }, + "layouts": { + "labels": [ + "Split Backspace", + "ISO Enter", + "Split Shift" + ], + "presets": { + "ANSI": [ + 0, + 0, + 0 + ], + "ISO": [ + 0, + 1, + 1 + ] + }, + "keymap": [ + [ + { + "x": 15.5 + }, + "0,15\n\n\n\n\n\n\n\n\ne0" + ], + [ + { + "y": -0.75, + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "0,14\n\n\n0,0", + { + "x": 2, + "c": "#cccccc" + }, + "0,13\n\n\n0,1", + "0,14\n\n\n0,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 1.5 + }, + "1,13\n\n\n1,0", + { + "x": 0.5 + }, + "1,15", + { + "x": 1.25, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "2,13\n\n\n1,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "c": "#777777", + "w": 2.25 + }, + "2,13\n\n\n1,0", + { + "x": 0.5, + "c": "#cccccc" + }, + "2,15", + { + "x": 0.25 + }, + "2,12\n\n\n1,1" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "3,0\n\n\n2,0", + { + "c": "#cccccc" + }, + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,12", + { + "x": 1.5, + "c": "#cccccc" + }, + "3,15" + ], + [ + { + "y": -0.75, + "x": 14.25, + "c": "#777777" + }, + "3,14" + ], + [ + { + "y": -0.25, + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0", + { + "w": 1.25 + }, + "4,1", + { + "w": 1.25 + }, + "4,2", + { + "c": "#cccccc", + "w": 6.25 + }, + "4,6", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,10", + { + "w": 1.5 + }, + "4,11" + ], + [ + { + "y": -0.75, + "x": 13.25, + "c": "#777777" + }, + "4,13", + "4,14", + "4,15" + ], + [ + { + "y": 0.5, + "c": "#aaaaaa", + "w": 1.25 + }, + "3,0\n\n\n2,1", + { + "c": "#cccccc" + }, + "3,1\n\n\n2,1" + ] + ] + } +} + diff --git a/v3/mechstudio/dawn.json b/v3/mechstudio/dawn/dawn.json similarity index 100% rename from v3/mechstudio/dawn.json rename to v3/mechstudio/dawn/dawn.json diff --git a/v3/pixelspace/shadow80/shadow80.json b/v3/pixelspace/shadow80/shadow80.json new file mode 100644 index 0000000000..e0ff0ae4ed --- /dev/null +++ b/v3/pixelspace/shadow80/shadow80.json @@ -0,0 +1,324 @@ +{ + "name": "SHADOW80", + "vendorId": "0x0011", + "productId": "0x0011", + "matrix": { + "rows": 6, + "cols": 17 + }, + "customKeycodes": [ + { + "name": "Toggle WinKey Lock", + "title": "Toggle WinKey Lock", + "shortName": "WinLock" + }, + { + "name": "Toggle macOS Keymap", + "title": "Toggle macOS Keymap", + "shortName": "TogMacOS" + }, + { + "name": "Mission Control", + "title": "Mission Control in macOS", + "shortName": "Mission Control" + }, + { + "name": "Launch Pad", + "title": "Launch Pad in macOS", + "shortName": "Launch Pad" + } + ], + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_rgb_matrix" + ], + "layouts": { + "labels": [ + "ISO Enter", + [ + "Bottom Row", + "7U", + "6.25U" + ], + "Split Lshift", + "Split Rshift", + "Split BackSpace" + ], + "keymap": [ + [ + { + "x": 2.5, + "c": "#777777" + }, + "0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,5", + "0,6", + "0,7", + "0,8", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,9", + "0,10", + "0,11", + "0,12", + { + "x": 0.25, + "c": "#aaaaaa" + }, + "0,13", + { + "x": 0.25 + }, + "0,14", + "0,15", + "0,16" + ], + [ + { + "y": 0.25, + "x": 2.5, + "c": "#cccccc" + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,13\n\n\n4,0", + { + "x": 0.5 + }, + "1,14", + "1,15", + "1,16", + { + "x": 1, + "c": "#cccccc" + }, + "3,12\n\n\n4,1", + "1,13\n\n\n4,1" + ], + [ + { + "x": 2.5, + "c": "#aaaaaa", + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13\n\n\n0,0", + { + "x": 0.5, + "c": "#aaaaaa" + }, + "2,14", + "2,15", + "2,16", + { + "x": 1.75, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "3,13\n\n\n0,1" + ], + [ + { + "x": 2.5, + "c": "#aaaaaa", + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#777777", + "w": 2.25 + }, + "3,13\n\n\n0,0", + { + "x": 4.25, + "c": "#cccccc" + }, + "2,13\n\n\n0,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,0\n\n\n2,1", + { + "c": "#cccccc" + }, + "4,1\n\n\n2,1", + { + "x": 0.25, + "c": "#aaaaaa", + "w": 2.25 + }, + "4,0\n\n\n2,0", + { + "c": "#cccccc" + }, + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + "4,11", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "4,12\n\n\n3,0", + { + "x": 1.25 + }, + "4,15", + { + "x": 1.5, + "w": 1.75 + }, + "4,12\n\n\n3,1", + "4,13\n\n\n3,1" + ], + [ + { + "x": 2.5, + "w": 1.5 + }, + "5,0\n\n\n1,0", + "5,1\n\n\n1,0", + { + "w": 1.5 + }, + "5,2\n\n\n1,0", + { + "c": "#cccccc", + "w": 7 + }, + "5,6\n\n\n1,0", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "5,11\n\n\n1,0", + "5,12\n\n\n1,0", + { + "w": 1.5 + }, + "5,13\n\n\n1,0", + { + "x": 0.25 + }, + "5,14", + "5,15", + "5,16" + ], + [ + { + "y": 0.25, + "x": 2.5, + "w": 1.25 + }, + "5,0\n\n\n1,1", + { + "w": 1.25 + }, + "5,1\n\n\n1,1", + { + "w": 1.25 + }, + "5,2\n\n\n1,1", + { + "c": "#cccccc", + "w": 6.25 + }, + "5,6\n\n\n1,1", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "5,10\n\n\n1,1", + { + "w": 1.25 + }, + "5,11\n\n\n1,1", + { + "w": 1.25 + }, + "5,12\n\n\n1,1", + { + "w": 1.25 + }, + "5,13\n\n\n1,1" + ] + ] + } +} + diff --git a/v3/sodium62/sodium62.json b/v3/sodium62/sodium62.json new file mode 100644 index 0000000000..0dfcf53798 --- /dev/null +++ b/v3/sodium62/sodium62.json @@ -0,0 +1,264 @@ +{ + "name": "sodium62", + "vendorId": "0x6E61", + "productId": "0x636C", + "matrix": { + "rows": 10, + "cols": 7 + }, + "layouts": { + "keymap": [ + [ + { + "x": 3 + }, + "0,3", + { + "x": 7 + }, + "5,3" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "0,2", + { + "x": 1 + }, + "0,4", + { + "x": 5 + }, + "5,4", + { + "x": 1 + }, + "5,2" + ], + [ + { + "y": -0.75 + }, + "0,0", + "0,1", + { + "x": 3 + }, + "0,5", + { + "x": 3 + }, + "5,5", + { + "x": 3 + }, + "5,1", + "5,0" + ], + [ + { + "y": -0.5, + "x": 3 + }, + "1,3", + { + "x": 7 + }, + "6,3" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "1,2", + { + "x": 1 + }, + "1,4", + { + "x": 5 + }, + "6,4", + { + "x": 1 + }, + "6,2" + ], + [ + { + "y": -0.75 + }, + "1,0", + "1,1", + { + "x": 3 + }, + "1,5", + { + "x": 3 + }, + "6,5", + { + "x": 3 + }, + "6,1", + "6,0" + ], + [ + { + "y": -0.5, + "x": 3 + }, + "2,3", + { + "x": 7 + }, + "7,3" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "2,2", + { + "x": 1 + }, + "2,4", + { + "x": 5 + }, + "7,4", + { + "x": 1 + }, + "7,2" + ], + [ + { + "y": -0.75 + }, + "2,0", + "2,1", + { + "x": 3 + }, + "2,5", + { + "x": 3 + }, + "7,5", + { + "x": 3 + }, + "7,1", + "7,0" + ], + [ + { + "y": -0.5, + "x": 3 + }, + "3,3", + { + "x": 7 + }, + "8,3" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "3,2", + { + "x": 1 + }, + "3,4", + { + "x": 5 + }, + "8,4", + { + "x": 1 + }, + "8,2" + ], + [ + { + "y": -0.75 + }, + "3,0", + "3,1", + { + "x": 3 + }, + "3,5", + { + "x": 3 + }, + "8,5", + { + "x": 3 + }, + "8,1", + "8,0" + ], + [ + { + "y": -0.5, + "x": 3 + }, + "4,3", + { + "x": 7 + }, + "9,3" + ], + [ + { + "y": -0.75, + "x": 2 + }, + "4,2", + { + "x": 1 + }, + "4,4", + { + "x": 5 + }, + "9,4", + { + "x": 1 + }, + "9,2" + ], + [ + { + "y": -0.75 + }, + "4,0", + "4,1", + { + "x": 3 + }, + "4,5", + "4,6", + { + "x": 1 + }, + "9,6", + "9,5", + { + "x": 3 + }, + "9,1", + "9,0" + ] + ] + } +} diff --git a/v3/suikagiken/suika85ergo/suika85ergo.json b/v3/suikagiken/suika85ergo/suika85ergo.json new file mode 100644 index 0000000000..f96a2174ff --- /dev/null +++ b/v3/suikagiken/suika85ergo/suika85ergo.json @@ -0,0 +1,490 @@ +{ + "name": "suika85ergo", + "vendorId": "0x4B48", + "productId": "0x0002", + "matrix": { + "rows": 6, + "cols": 17 + }, + "layouts": { + "keymap": [ + [ + { + "y": 2, + "x": 8.75 + }, + "0,10" + ], + [ + { + "y": 3.75, + "x": 8.25, + "c": "#777777" + }, + "4,8" + ], + [ + { + "x": 8.25 + }, + "5,8" + ], + [ + { + "rx": 8.1, + "ry": 3.75, + "y": -0.25, + "x": 0.15, + "c": "#aaaaaa" + }, + "1,8" + ], + [ + { + "x": 0.15, + "c": "#cccccc" + }, + "2,8" + ], + [ + { + "rx": 8.35, + "ry": 5.5, + "y": 2.25, + "x": 0.9, + "c": "#777777" + }, + "5,9" + ], + [ + { + "rx": 10.32, + "ry": 5, + "y": 0.5, + "x": -2.57, + "c": "#cccccc" + }, + "3,7" + ], + [ + { + "rx": 10.34, + "y": 0.5, + "x": -1.59 + }, + "3,9" + ], + [ + { + "rx": 10.35, + "y": -3, + "x": -3.6 + }, + "0,5", + "0,6", + { + "x": 1 + }, + "0,11" + ], + [ + { + "y": 4.75, + "x": -3.1, + "c": "#777777" + }, + "5,7" + ], + [ + { + "r": 15, + "rx": 8.77, + "y": -2.75, + "x": -8.52 + }, + "0,0" + ], + [ + { + "y": -0.75, + "x": -7.02, + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4" + ], + [ + { + "y": 0.25, + "x": -8.52, + "c": "#aaaaaa" + }, + "1,0", + { + "x": 3.25, + "c": "#cccccc" + }, + "1,4" + ], + [ + { + "y": -0.75, + "x": -5.27 + }, + "1,3", + { + "x": 1 + }, + "1,5" + ], + [ + { + "y": -0.75, + "x": -7.27 + }, + "1,1", + "1,2", + { + "x": 3 + }, + "1,6" + ], + [ + { + "y": -0.5, + "x": -4.27 + }, + "2,4" + ], + [ + { + "y": -0.75, + "x": -8.52, + "c": "#aaaaaa" + }, + "2,0", + { + "x": 2.25, + "c": "#cccccc" + }, + "2,3", + { + "x": 1 + }, + "2,5" + ], + [ + { + "y": -0.75, + "x": -7.27, + "c": "#aaaaaa" + }, + "2,1", + { + "c": "#cccccc" + }, + "2,2", + { + "x": 3 + }, + "2,6" + ], + [ + { + "y": -0.5, + "x": -4.27 + }, + "3,4" + ], + [ + { + "y": -0.75, + "x": -8.52, + "c": "#aaaaaa" + }, + "3,0", + { + "x": 2.25, + "c": "#cccccc" + }, + "3,3", + { + "x": 1 + }, + "3,5" + ], + [ + { + "y": -0.75, + "x": -7.27, + "c": "#aaaaaa" + }, + "3,1", + { + "c": "#cccccc" + }, + "3,2", + { + "x": 3 + }, + "3,6" + ], + [ + { + "y": -0.5, + "x": -4.27 + }, + "4,4" + ], + [ + { + "y": -0.75, + "x": -5.27 + }, + "4,3", + { + "x": 1 + }, + "4,5" + ], + [ + { + "y": -0.75, + "x": -7.77, + "c": "#aaaaaa", + "w": 1.5 + }, + "4,1", + { + "c": "#cccccc" + }, + "4,2", + { + "x": 3 + }, + "4,6" + ], + [ + { + "y": -0.5, + "x": -4.27, + "c": "#aaaaaa" + }, + "5,4" + ], + [ + { + "y": -0.75, + "x": -5.27 + }, + "5,3", + { + "x": 1 + }, + "5,5" + ], + [ + { + "y": -0.75, + "x": -6.77, + "w": 1.5 + }, + "5,2", + { + "x": 3, + "w": 1.25 + }, + "5,6" + ], + [ + { + "r": -15, + "rx": 8.79, + "y": -2.75, + "x": 7.46 + }, + "0,16" + ], + [ + { + "y": -0.75, + "x": 2.96, + "c": "#cccccc" + }, + "0,12", + "0,13", + "0,14", + "0,15" + ], + [ + { + "y": 0.25, + "x": 3.21 + }, + "1,12" + ], + [ + { + "y": -0.75, + "x": 2.21 + }, + "1,11", + { + "x": 1 + }, + "1,13", + { + "x": 2.25, + "c": "#aaaaaa" + }, + "1,16" + ], + [ + { + "y": -0.75, + "x": 1.21, + "c": "#cccccc" + }, + "1,10", + { + "x": 3 + }, + "1,14", + "1,15" + ], + [ + { + "y": -0.5, + "x": 3.21 + }, + "2,12" + ], + [ + { + "y": -0.75, + "x": 2.21 + }, + "2,11", + { + "x": 1 + }, + "2,13" + ], + [ + { + "y": -0.75, + "x": 1.21 + }, + "2,10", + { + "x": 3 + }, + "2,14", + "2,15" + ], + [ + { + "y": -0.5, + "x": 3.21 + }, + "3,12", + { + "x": 3.25, + "c": "#777777" + }, + "2,16" + ], + [ + { + "y": -0.75, + "x": 2.21, + "c": "#cccccc" + }, + "3,11", + { + "x": 1 + }, + "3,13" + ], + [ + { + "y": -0.75, + "x": 1.21 + }, + "3,10", + { + "x": 3 + }, + "3,14", + "3,15" + ], + [ + { + "y": -0.5, + "x": 3.21 + }, + "4,12" + ], + [ + { + "y": -0.75, + "x": 2.21 + }, + "4,11", + { + "x": 1 + }, + "4,13" + ], + [ + { + "y": -0.75, + "x": 1.21 + }, + "4,10", + { + "x": 3 + }, + "4,14", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,15" + ], + [ + { + "y": -0.5, + "x": 3.21 + }, + "5,12" + ], + [ + { + "y": -0.75, + "x": 2.21 + }, + "5,11", + { + "x": 1 + }, + "5,13" + ], + [ + { + "y": -0.75, + "x": 0.96, + "w": 1.25 + }, + "5,10", + { + "x": 3, + "w": 1.5 + }, + "5,14" + ] + ] + } +} diff --git a/v3/yiancardesigns/keycult65/keycult65.json b/v3/yiancardesigns/keycult65/keycult65.json new file mode 100644 index 0000000000..89a46dd005 --- /dev/null +++ b/v3/yiancardesigns/keycult65/keycult65.json @@ -0,0 +1,158 @@ +{ + "name": "Keycult 65", + "vendorId": "0x8968", + "productId": "0x6335", + "matrix": {"rows": 5, "cols": 15}, + "layouts": { + "labels": [ + "Split Backspace", + ["Bottom Row", "6.25U", "7U"] + ], + "keymap": [ + [ + "0,0", + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + { + "w": 2 + }, + "0,13\n\n\n0,0", + "0,14", + { + "x": 1.25 + }, + "1,13\n\n\n0,1", + "0,13\n\n\n0,1" + ], + [ + { + "w": 1.5 + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 1.5 + }, + "2,12", + "1,14" + ], + [ + { + "w": 1.75 + }, + "2,0", + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "w": 2.25 + }, + "2,13", + "2,14" + ], + [ + { + "w": 2.25 + }, + "3,0", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "w": 1.75 + }, + "3,12", + "3,13", + "3,14" + ], + [ + { + "w": 1.25 + }, + "4,0\n\n\n1,0", + { + "w": 1.25 + }, + "4,1\n\n\n1,0", + { + "w": 1.25 + }, + "4,2\n\n\n1,0", + { + "w": 6.25 + }, + "4,6\n\n\n1,0", + { + "w": 1.25 + }, + "4,9\n\n\n1,0", + { + "w": 1.25 + }, + "4,11\n\n\n1,0", + { + "x": 0.5 + }, + "4,12", + "4,13", + "4,14" + ], + [ + { + "y": 0.5, + "w": 1.5 + }, + "4,0\n\n\n1,1", + "4,1\n\n\n1,1", + { + "w": 1.5 + }, + "4,2\n\n\n1,1", + { + "w": 7 + }, + "4,6\n\n\n1,1", + { + "w": 1.5 + }, + "4,11\n\n\n1,1" + ] + ] + } +} diff --git a/v3/yiancardesigns/skelett_60/skelett_60.json b/v3/yiancardesigns/skelett_60/skelett_60.json new file mode 100644 index 0000000000..6375de580f --- /dev/null +++ b/v3/yiancardesigns/skelett_60/skelett_60.json @@ -0,0 +1,227 @@ +{ + "name": "Skelett 60", + "vendorId": "0x8968", + "productId": "0x7336", + "matrix": { + "rows": 5, + "cols": 14 + }, + "layouts": { + "labels": [ + "Split Backspace", + "Split Left Shift", + "Split Right Shift", + "ISO Enter", + [ + "Bottom Row", + "6.25U", + "7U" + ] + ], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + "0,6", + "0,7", + "0,8", + "0,9", + "0,10", + "0,11", + "0,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "0,13\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "0,13\n\n\n0,1", + "2,12\n\n\n0,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "w": 1.5 + }, + "1,13\n\n\n3,0", + { + "x": 1.25, + "c": "#777777", + "w": 1.25, + "h": 2, + "w2": 1.5, + "h2": 1, + "x2": -0.25 + }, + "2,13\n\n\n3,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + { + "c": "#777777", + "w": 2.25 + }, + "2,13\n\n\n3,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "2,11\n\n\n3,1" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "3,0\n\n\n1,0", + { + "c": "#cccccc" + }, + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "3,12\n\n\n2,0", + { + "x": 0.25, + "w": 1.25 + }, + "3,0\n\n\n1,1", + { + "c": "#cccccc" + }, + "3,1\n\n\n1,1", + { + "x": 0.25, + "c": "#aaaaaa", + "w": 1.75 + }, + "3,12\n\n\n2,1", + "3,13\n\n\n2,1" + ], + [ + { + "w": 1.25 + }, + "4,0\n\n\n4,0", + { + "w": 1.25 + }, + "4,1\n\n\n4,0", + { + "w": 1.25 + }, + "4,2\n\n\n4,0", + { + "c": "#cccccc", + "w": 6.25 + }, + "4,6\n\n\n4,0", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,10\n\n\n4,0", + { + "w": 1.25 + }, + "4,11\n\n\n4,0", + { + "w": 1.25 + }, + "4,12\n\n\n4,0", + { + "w": 1.25 + }, + "4,13\n\n\n4,0" + ], + [ + { + "y": 0.25, + "w": 1.5 + }, + "4,0\n\n\n4,1", + "4,1\n\n\n4,1", + { + "w": 1.5 + }, + "4,2\n\n\n4,1", + { + "c": "#cccccc", + "w": 7 + }, + "4,6\n\n\n4,1", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,11\n\n\n4,1", + "4,12\n\n\n4,1", + { + "w": 1.5 + }, + "4,13\n\n\n4,1" + ] + ] + } +}