2018-01-04 07:19:59 +01:00
|
|
|
{
|
2020-04-15 22:31:09 +02:00
|
|
|
"keyboard_name": "KC60",
|
2022-08-03 09:03:47 +02:00
|
|
|
"manufacturer": "NPKC",
|
2020-04-15 22:31:09 +02:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "qmk",
|
2022-08-03 09:03:47 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x530A",
|
|
|
|
"pid": "0x6FFC",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-03-15 02:42:15 +01:00
|
|
|
"features": {
|
|
|
|
"backlight": true,
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": true,
|
|
|
|
"console": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": false
|
|
|
|
},
|
2023-03-10 18:59:07 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F0", "F1", "E6", "C7", "C6", "B7", "D4", "B1", "B0", "B5", "B4", "D7", "D6", "B3"],
|
|
|
|
"rows": ["D0", "D1", "F6", "F7", "D5"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 22:37:57 +01:00
|
|
|
"backlight": {
|
|
|
|
"pin": "B6",
|
|
|
|
"levels": 5,
|
|
|
|
"breathing": true
|
2023-06-16 06:04:45 +02:00
|
|
|
},
|
|
|
|
"rgblight": {
|
2023-06-24 09:37:54 +02:00
|
|
|
"saturation_steps": 8,
|
|
|
|
"brightness_steps": 8,
|
2023-06-18 06:39:07 +02:00
|
|
|
"led_count": 16,
|
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9
* Move RGBLight animations to data driven, A
* Move RGBLight animations to data driven, B
* Move RGBLight animations to data driven, C
* Move RGBLight animations to data driven, D
* Move RGBLight animations to data driven, E
* Move RGBLight animations to data driven, F
* Move RGBLight animations to data driven, G
* Move RGBLight animations to data driven, H
* Move RGBLight animations to data driven, handwired
* Move RGBLight animations to data driven, I
* Move RGBLight animations to data driven, J
* Move RGBLight animations to data driven, K
* Move RGBLight animations to data driven, L
* Move RGBLight animations to data driven, M
* Move RGBLight animations to data driven, N
* Move RGBLight animations to data driven, O
* Move RGBLight animations to data driven, P
* Move RGBLight animations to data driven, Q
* Move RGBLight animations to data driven, R
* Move RGBLight animations to data driven, S
* Move RGBLight animations to data driven, T
* Move RGBLight animations to data driven, U
* Move RGBLight animations to data driven, V
* Move RGBLight animations to data driven, W
* Move RGBLight animations to data driven, X
* Move RGBLight animations to data driven, Y
* Move RGBLight animations to data driven, Z
* Fix incorrect placement
* Fix build failures and mismatches
2023-08-23 23:11:39 +02:00
|
|
|
"sleep": true,
|
|
|
|
"animations": {
|
|
|
|
"breathing": true,
|
|
|
|
"rainbow_mood": true,
|
|
|
|
"rainbow_swirl": true,
|
|
|
|
"snake": true,
|
|
|
|
"knight": true,
|
|
|
|
"christmas": true,
|
|
|
|
"static_gradient": true,
|
|
|
|
"rgb_test": true,
|
|
|
|
"alternating": true,
|
|
|
|
"twinkle": true
|
|
|
|
}
|
2023-02-25 22:37:57 +01:00
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "F5"
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
"community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_ansi_tsangan", "60_tsangan_hhkb", "60_hhkb", "60_abnt2", "60_iso", "60_iso_split_bs_rshift", "60_iso_tsangan"],
|
2020-04-15 22:31:09 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_all": {
|
|
|
|
"layout": [
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 2, "w": 1.25},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
2020-04-15 22:31:09 +02:00
|
|
|
]
|
|
|
|
},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
"LAYOUT_60_ansi": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_ansi_split_bs_rshift": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_ansi_tsangan": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13.5, "y": 4, "w": 1.5}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_tsangan_hhkb": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13.5, "y": 4, "w": 1.5}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_hhkb": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_true_hhkb": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 6},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 11], "x": 11.5, "y": 4}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_abnt2": {
|
2020-04-15 22:31:09 +02:00
|
|
|
"layout": [
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
{"matrix": [3, 12], "x": 12.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 13.25, "y": 3, "w": 1.75},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
2020-04-15 22:31:09 +02:00
|
|
|
]
|
|
|
|
},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
"LAYOUT_60_iso": {
|
2020-04-15 22:31:09 +02:00
|
|
|
"layout": [
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
|
2020-11-03 01:55:22 +01:00
|
|
|
|
2023-04-15 13:07:32 +02:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
2020-04-15 22:31:09 +02:00
|
|
|
]
|
KC60 Layout Standardization and Cleanup (#22125)
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-25 00:29:44 +02:00
|
|
|
},
|
|
|
|
"LAYOUT_60_iso_split_bs_rshift": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 5], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_iso_tsangan": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13.5, "y": 4, "w": 1.5}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_60_iso_tsangan_split_bs_rshift": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [4, 9], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 12], "x": 14, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 4, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 12.5, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13.5, "y": 4, "w": 1.5}
|
|
|
|
]
|
2020-04-15 22:31:09 +02:00
|
|
|
}
|
|
|
|
}
|
2018-01-05 21:44:59 +01:00
|
|
|
}
|