summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/tada68.h
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-09-19 20:41:40 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-19 20:41:40 +0200
commit92f67719cc7faf6f2708d848ae3d1c6ee2b781cb (patch)
treecdf94832576c984e65ef9770f2b8cedce93ea60b /keyboards/tada68/tada68.h
parent23da333ae3527228f101ed8cf08e3cd6a5796901 (diff)
downloadqmk_firmware-92f67719cc7faf6f2708d848ae3d1c6ee2b781cb.tar.gz
qmk_firmware-92f67719cc7faf6f2708d848ae3d1c6ee2b781cb.tar.xz
Keyboard: Fix the LAYOUT_iso macro for tada68 (#3943)
Diffstat (limited to 'keyboards/tada68/tada68.h')
-rwxr-xr-xkeyboards/tada68/tada68.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tada68/tada68.h b/keyboards/tada68/tada68.h
index 608f52e44..670b0e6c1 100755
--- a/keyboards/tada68/tada68.h
+++ b/keyboards/tada68/tada68.h
@@ -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 \ No newline at end of file
+#endif