blob: 0f20ea455f09c6ad14bcd897a049ea4492fc7441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|