diff options
Diffstat (limited to 'keyboards/suihankey/split/rev1/rev1.h')
| -rw-r--r-- | keyboards/suihankey/split/rev1/rev1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/suihankey/split/rev1/rev1.h b/keyboards/suihankey/split/rev1/rev1.h index bf5468234..98618ba71 100644 --- a/keyboards/suihankey/split/rev1/rev1.h +++ b/keyboards/suihankey/split/rev1/rev1.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | * The second converts the arguments into a two-dimensional array which | 25 | * The second converts the arguments into a two-dimensional array which |
| 26 | * represents the switch matrix. | 26 | * represents the switch matrix. |
| 27 | */ | 27 | */ |
| 28 | #define LAYOUT( \ | 28 | #define LAYOUT_split_3x5_3( \ |
| 29 | L00, L01, L02, L03, L04, R04, R03, R02, R01, R00, \ | 29 | L00, L01, L02, L03, L04, R04, R03, R02, R01, R00, \ |
| 30 | L10, L11, L12, L13, L14, R14, R13, R12, R11, R10, \ | 30 | L10, L11, L12, L13, L14, R14, R13, R12, R11, R10, \ |
| 31 | L20, L21, L22, L23, L24, R24, R23, R22, R21, R20, \ | 31 | L20, L21, L22, L23, L24, R24, R23, R22, R21, R20, \ |
| @@ -43,3 +43,5 @@ | |||
| 43 | { R03, R13, R23, KC_NO }, \ | 43 | { R03, R13, R23, KC_NO }, \ |
| 44 | { R04, R14, R24, KC_NO }, \ | 44 | { R04, R14, R24, KC_NO }, \ |
| 45 | } | 45 | } |
| 46 | |||
| 47 | #define LAYOUT LAYOUT_split_3x5_3 | ||
