Refactor some layouts which contain keyboard name (#19643)

This commit is contained in:
Joel Challis
2023-01-20 02:36:30 +00:00
committed by GitHub
parent 5e502c3265
commit f2ad3ba7c3
24 changed files with 77 additions and 60 deletions

View File

@@ -27,7 +27,7 @@ extern i2c_status_t mcp23018_status;
uint8_t init_mcp23018(void);
/* ---------- LEFT HAND ----------- ---------- RIGHT HAND ---------- */
#define LAYOUT_gergo( \
#define LAYOUT( \
L00,L01,L02,L03,L04,L05, R00,R01,R02,R03,R04,R05, \
L10,L11,L12,L13,L14,L15,L16, R10,R11,R12,R13,R14,R15,R16, \
L20,L21,L22,L23,L24,L25,L26,L30, R30,R20,R21,R22,R23,R24,R25,R26, \