Refactor some layouts which contain keyboard name (#19645)

* Refactor some layouts which contain keyboard name

* use planck_mit
This commit is contained in:
Joel Challis
2023-01-20 05:44:05 +00:00
committed by GitHub
parent 18d107b29b
commit 53cc6170ae
30 changed files with 179 additions and 94 deletions

View File

@@ -23,8 +23,11 @@
"pid": "0x0000",
"vid": "0xFEED"
},
"layout_aliases": {
"LAYOUT_ai_5x4_1": "LAYOUT"
},
"layouts": {
"LAYOUT_ai_5x4_1": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0.5 },
{ "matrix": [0, 1], "x": 1, "y": 0 },

View File

@@ -14,7 +14,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │NaN│App│GUI│Alt│
* └───┴───┴───┴───┘
*/
[0] = LAYOUT_ai_5x4_1(
[0] = LAYOUT(
KC_TAB, KC_Q, KC_W, KC_E,
KC_BSPC, KC_R, KC_T, KC_A,
KC_LSFT, KC_S, KC_D, KC_F,