1
0
Fork 0

Keyboard: Fix the LAYOUT_iso macro for tada68 (#3943)

This commit is contained in:
skullydazed 2018-09-19 11:41:40 -07:00 committed by Drashna Jaelre
parent 23da333ae3
commit 92f67719cc
2 changed files with 7 additions and 7 deletions

View file

@ -55,8 +55,8 @@
#define LAYOUT_iso( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k2c, k1e, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2d, k2e, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1e, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, \
k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
k40, k41, k42, k45, k49, k4a, k4b, k4c, k4d, k4e \
) \
@ -102,4 +102,4 @@
void matrix_init_user(void);
void matrix_scan_user(void);
#endif
#endif