aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tronguylabs/m122_3270/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tronguylabs/m122_3270/config.h')
-rw-r--r--keyboards/tronguylabs/m122_3270/config.h42
1 files changed, 4 insertions, 38 deletions
diff --git a/keyboards/tronguylabs/m122_3270/config.h b/keyboards/tronguylabs/m122_3270/config.h
index 0dd0187a1..98359e6cc 100644
--- a/keyboards/tronguylabs/m122_3270/config.h
+++ b/keyboards/tronguylabs/m122_3270/config.h
@@ -18,11 +18,10 @@
18 18
19#include "config_common.h" 19#include "config_common.h"
20 20
21#define VENDOR_ID 0x1209 21#define VENDOR_ID 0x1209
22#define PRODUCT_ID 0x3270 22#define PRODUCT_ID 0x3270
23// DEVICE_VER is defined in each variant's config.h file 23#define MANUFACTURER IBM
24#define MANUFACTURER IBM 24#define PRODUCT Model M PC/3270 122 key
25#define PRODUCT Model M PC/3270 122 key
26 25
27// Both controllers draw 100 mA or less 26// Both controllers draw 100 mA or less
28#define USB_MAX_POWER_CONSUMPTION 100 27#define USB_MAX_POWER_CONSUMPTION 100
@@ -31,41 +30,8 @@
31#define MATRIX_ROWS 8 30#define MATRIX_ROWS 8
32#define MATRIX_COLS 20 31#define MATRIX_COLS 20
33 32
34/*
35 * Keyboard Matrix Assignments
36 *
37 * Change this to how you wired your keyboard
38 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
39 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
40 *
41*/
42#define UNUSED_PINS
43
44/* COL2ROW, ROW2COL*/ 33/* COL2ROW, ROW2COL*/
45#define DIODE_DIRECTION ROW2COL 34#define DIODE_DIRECTION ROW2COL
46 35
47/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 36/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
48#define DEBOUNCE 15 37#define DEBOUNCE 15
49
50/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
51 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
52 */
53// #define GRAVE_ESC_CTRL_OVERRIDE
54
55/*
56 * Feature disable options
57 * These options are also useful to firmware size reduction.
58 */
59
60/* disable debug print */
61//#define NO_DEBUG
62
63/* disable print */
64//#define NO_PRINT
65
66/* disable action features */
67//#define NO_ACTION_LAYER
68//#define NO_ACTION_TAPPING
69//#define NO_ACTION_ONESHOT
70//#define NO_ACTION_MACRO
71//#define NO_ACTION_FUNCTION