aboutsummaryrefslogtreecommitdiff
path: root/keyboards/a_dux/a_dux.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/a_dux/a_dux.h')
-rw-r--r--keyboards/a_dux/a_dux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/a_dux/a_dux.h b/keyboards/a_dux/a_dux.h
index d14329584..83c0a3692 100644
--- a/keyboards/a_dux/a_dux.h
+++ b/keyboards/a_dux/a_dux.h
@@ -28,7 +28,7 @@
28// readability 28// readability
29#define ___ KC_NO 29#define ___ KC_NO
30 30
31#define LAYOUT( \ 31#define LAYOUT_split_3x5_2( \
32 L01, L02, L03, L04, L05, R01, R02, R03, R04, R05, \ 32 L01, L02, L03, L04, L05, R01, R02, R03, R04, R05, \
33 L06, L07, L08, L09, L10, R06, R07, R08, R09, R10, \ 33 L06, L07, L08, L09, L10, R06, R07, R08, R09, R10, \
34 L11, L12, L13, L14, L15, R11, R12, R13, R14, R15, \ 34 L11, L12, L13, L14, L15, R11, R12, R13, R14, R15, \
@@ -45,3 +45,5 @@
45 { R16, R17, ___, ___, ___ } \ 45 { R16, R17, ___, ___, ___ } \
46 } 46 }
47 47
48#define LAYOUT LAYOUT_split_3x5_2
49