aboutsummaryrefslogtreecommitdiff
path: root/keyboards/converter/ibm_terminal/ibm_terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/converter/ibm_terminal/ibm_terminal.h')
-rw-r--r--keyboards/converter/ibm_terminal/ibm_terminal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/converter/ibm_terminal/ibm_terminal.h b/keyboards/converter/ibm_terminal/ibm_terminal.h
index c6468349c..adf048206 100644
--- a/keyboards/converter/ibm_terminal/ibm_terminal.h
+++ b/keyboards/converter/ibm_terminal/ibm_terminal.h
@@ -19,7 +19,7 @@ void matrix_init_user(void);
19 * 17| | 19 * 17| |
20 * +---------+ 20 * +---------+
21 */ 21 */
22#define KEYMAP( \ 22#define LAYOUT( \
23 K08,K10,K18,K20,K28,K30,K38,K40,K48,K50,K57,K5F, \ 23 K08,K10,K18,K20,K28,K30,K38,K40,K48,K50,K57,K5F, \
24 K07,K0F,K17,K1F,K27,K2F,K37,K3F,K47,K4F,K56,K5E, \ 24 K07,K0F,K17,K1F,K27,K2F,K37,K3F,K47,K4F,K56,K5E, \
25 \ 25 \
@@ -45,13 +45,13 @@ void matrix_init_user(void);
45 { K68, K69, K6A, K6B, K6C, K6D, K6E, K6F }, \ 45 { K68, K69, K6A, K6B, K6C, K6D, K6E, K6F }, \
46 { K70, K71, K72, K73, K74, K75, K76, K77 }, \ 46 { K70, K71, K72, K73, K74, K75, K76, K77 }, \
47 { K78, K79, K7A, K7B, K7C, K7D, K7E, KC_NO }, \ 47 { K78, K79, K7A, K7B, K7C, K7D, K7E, KC_NO }, \
48 { KC_NO, KC_NO, KC_NO, K83, K84, KC_NO, KC_NO, KC_NO,}, \ 48 { KC_NO, KC_NO, KC_NO, K83, K84, KC_NO, KC_NO, KC_NO } \
49} 49}
50 50
51/* 51/*
52 * IBM Terminal keyboard 1399625, 101-key 52 * IBM Terminal keyboard 1399625, 101-key
53 */ 53 */
54#define KEYMAP_101( \ 54#define LAYOUT_101( \
55 K08, K07,K0F,K17,K1F,K27,K2F,K37,K3F,K47,K4F,K56,K5E, K57,K5F,K62, \ 55 K08, K07,K0F,K17,K1F,K27,K2F,K37,K3F,K47,K4F,K56,K5E, K57,K5F,K62, \
56 \ 56 \
57 K0E,K16,K1E,K26,K25,K2E,K36,K3D,K3E,K46,K45,K4E,K55,K66, K67,K6E,K6F, K76,K77,K7E,K84, \ 57 K0E,K16,K1E,K26,K25,K2E,K36,K3D,K3E,K46,K45,K4E,K55,K66, K67,K6E,K6F, K76,K77,K7E,K84, \
@@ -76,7 +76,7 @@ void matrix_init_user(void);
76 { KC_NO, K69, K6A, K6B, K6C, K6D, K6E, K6F }, \ 76 { KC_NO, K69, K6A, K6B, K6C, K6D, K6E, K6F }, \
77 { K70, K71, K72, K73, K74, K75, K76, K77 }, \ 77 { K70, K71, K72, K73, K74, K75, K76, K77 }, \
78 { KC_NO, K79, K7A, KC_NO, K7C, K7D, K7E, KC_NO }, \ 78 { KC_NO, K79, K7A, KC_NO, K7C, K7D, K7E, KC_NO }, \
79 { KC_NO, KC_NO, KC_NO, KC_NO, K84, KC_NO, KC_NO, KC_NO,}, \ 79 { KC_NO, KC_NO, KC_NO, KC_NO, K84, KC_NO, KC_NO, KC_NO } \
80} 80}
81 81
82#endif \ No newline at end of file 82#endif