meme: adjust layout names (#24178)

This commit is contained in:
Ryan 2024-07-23 21:03:02 +10:00 committed by GitHub
parent af70e3759a
commit d079372580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View file

@ -33,8 +33,15 @@
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["65_ansi", "65_ansi_split_bs", "65_ansi_blocker", "65_ansi_blocker_split_bs"],
"layout_aliases": {
"LAYOUT_normie": "LAYOUT_65_ansi",
"LAYOUT_spicy": "LAYOUT_65_ansi_split_bs",
"LAYOUT_dank": "LAYOUT_65_ansi_blocker",
"LAYOUT_meme": "LAYOUT_65_ansi_blocker_split_bs",
},
"layouts": {
"LAYOUT_spicy": {
"LAYOUT_65_ansi_split_bs": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 1, "y": 0},
@ -111,7 +118,7 @@
{"matrix": [9, 7], "x": 15, "y": 4}
]
},
"LAYOUT_normie": {
"LAYOUT_65_ansi": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 1, "y": 0},
@ -187,7 +194,7 @@
{"matrix": [9, 7], "x": 15, "y": 4}
]
},
"LAYOUT_dank": {
"LAYOUT_65_ansi_blocker": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 1, "y": 0},
@ -262,7 +269,7 @@
{"matrix": [9, 7], "x": 15, "y": 4}
]
},
"LAYOUT_meme": {
"LAYOUT_65_ansi_blocker_split_bs": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 1, "y": 0},

View file

@ -17,7 +17,7 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_spicy(
[0] = LAYOUT_65_ansi_split_bs(
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_BSPC, KC_INS,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
KC_RCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP,