diff options
Diffstat (limited to 'keyboards/tkc1800/config.h')
-rw-r--r-- | keyboards/tkc1800/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/tkc1800/config.h b/keyboards/tkc1800/config.h index 5ba40bb35..9c35699c9 100644 --- a/keyboards/tkc1800/config.h +++ b/keyboards/tkc1800/config.h | |||
@@ -67,6 +67,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
69 | 69 | ||
70 | #define QMK_ESC_OUTPUT A0 // usually COL | ||
71 | #define QMK_ESC_INPUT F4 // usually ROW | ||
72 | #define QMK_LED D2 // NumLock on TKC1800 | ||
73 | //#define QMK_SPEAKER C6 | ||
74 | |||
70 | /* | 75 | /* |
71 | * Force NKRO | 76 | * Force NKRO |
72 | * | 77 | * |