diff options
Diffstat (limited to 'keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h')
-rw-r--r-- | keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h index 701c2cf35..c3c4a1b69 100644 --- a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h +++ b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h | |||
@@ -1,10 +1,5 @@ | |||
1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
2 | #define CONFIG_USER_H | ||
3 | |||
4 | #include QMK_KEYBOARD_CONFIG_H | ||
5 | 2 | ||
6 | #define SOLENOID_ENABLE | 3 | #define SOLENOID_ENABLE |
7 | #define SOLENOID_PIN F6 | 4 | #define SOLENOID_PIN F6 |
8 | #define SOLENOID_ACTIVE true | 5 | #define SOLENOID_ACTIVE true |
9 | |||
10 | #endif | ||