mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 12:22:57 +00:00
12 lines
295 B
C
12 lines
295 B
C
|
#pragma once
|
||
|
|
||
|
/* Select hand configuration */
|
||
|
|
||
|
// #define MASTER_LEFT
|
||
|
// #define MASTER_RIGHT
|
||
|
#define EE_HANDS
|
||
|
|
||
|
//#define QMK_ESC_OUTPUT F1 // usually COL
|
||
|
//#define QMK_ESC_INPUT D6 // usually ROW // connected to nothing on the miniaxe
|
||
|
//#define QMK_LED D7 //connected to nothing on the miniaxe
|