Skip to content

Commit

Permalink
Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (qmk#18815)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft committed Oct 22, 2022
1 parent fc394df commit cdb0490
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
"LAYOUT_ortho_4x3": {
"layout": [
{"label": "k000", "x": 0, "y": 0},
{"label": "k001", "x": 1, "y": 0},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/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] = {

LAYOUT(
LAYOUT_ortho_4x3(
KC_1, KC_2, KC_3,
KC_4, KC_5, KC_6,
KC_7, KC_8, KC_9,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/promicro/promicro.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "polyandry.h"

#define LAYOUT( \
#define LAYOUT_ortho_4x3( \
K000, K001, K002, \
K003, K004, K005, \
K006, K007, K008, \
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/teensy2/teensy2.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "polyandry.h"

#define LAYOUT( \
#define LAYOUT_ortho_4x3( \
K000, K001, K002, \
K003, K004, K005, \
K006, K007, K008, \
Expand Down

0 comments on commit cdb0490

Please sign in to comment.