Fix & clean up tronguylabs/m122_3270 (#13684)
This commit is contained in:
parent
95730d4f96
commit
8cc568bc29
14 changed files with 333 additions and 362 deletions
|
@ -18,11 +18,10 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
#define VENDOR_ID 0x1209
|
||||
#define PRODUCT_ID 0x3270
|
||||
// DEVICE_VER is defined in each variant's config.h file
|
||||
#define MANUFACTURER IBM
|
||||
#define PRODUCT Model M PC/3270 122 key
|
||||
#define VENDOR_ID 0x1209
|
||||
#define PRODUCT_ID 0x3270
|
||||
#define MANUFACTURER IBM
|
||||
#define PRODUCT Model M PC/3270 122 key
|
||||
|
||||
// Both controllers draw 100 mA or less
|
||||
#define USB_MAX_POWER_CONSUMPTION 100
|
||||
|
@ -31,41 +30,8 @@
|
|||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 20
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
* Change this to how you wired your keyboard
|
||||
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
|
||||
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
|
||||
*
|
||||
*/
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
#define DEBOUNCE 15
|
||||
|
||||
/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
|
||||
* This is userful for the Windows task manager shortcut (ctrl+shift+esc).
|
||||
*/
|
||||
// #define GRAVE_ESC_CTRL_OVERRIDE
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
*/
|
||||
|
||||
/* disable debug print */
|
||||
//#define NO_DEBUG
|
||||
|
||||
/* disable print */
|
||||
//#define NO_PRINT
|
||||
|
||||
/* disable action features */
|
||||
//#define NO_ACTION_LAYER
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
//#define NO_ACTION_MACRO
|
||||
//#define NO_ACTION_FUNCTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue