diff options
Diffstat (limited to 'keyboards/minidox/rev1/config.h')
-rw-r--r-- | keyboards/minidox/rev1/config.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/keyboards/minidox/rev1/config.h b/keyboards/minidox/rev1/config.h index b7272bdb0..734ca562f 100644 --- a/keyboards/minidox/rev1/config.h +++ b/keyboards/minidox/rev1/config.h | |||
@@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef REV1_CONFIG_H | 18 | #pragma once |
19 | #define REV1_CONFIG_H | ||
20 | |||
21 | #include "../config.h" | ||
22 | 19 | ||
23 | #define DEVICE_VER 0x0001 | 20 | #define DEVICE_VER 0x0001 |
24 | 21 | ||
@@ -26,11 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | #define MATRIX_ROW_PINS { B2, B6, B4, B5 } | 23 | #define MATRIX_ROW_PINS { B2, B6, B4, B5 } |
27 | #define MATRIX_COL_PINS { F4, D3, D2, D1, D4 } | 24 | #define MATRIX_COL_PINS { F4, D3, D2, D1, D4 } |
28 | 25 | ||
26 | #define SOFT_SERIAL_PIN D0 | ||
27 | |||
29 | #define USE_SERIAL | 28 | #define USE_SERIAL |
30 | 29 | ||
31 | //#define EE_HANDS | 30 | //#define EE_HANDS |
32 | |||
33 | #define I2C_MASTER_LEFT | ||
34 | //#define I2C_MASTER_RIGHT | ||
35 | |||
36 | #endif | ||