Skip to content

Commit

Permalink
meme: adjust layout names (qmk#24178)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and itsme-zeix committed Oct 2, 2024
1 parent d44762d commit e9952b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions keyboards/meme/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/meme/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e9952b9

Please sign in to comment.