diff options
Diffstat (limited to 'keyboards/handwired/not_so_minidox/config.h')
-rw-r--r-- | keyboards/handwired/not_so_minidox/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/not_so_minidox/config.h b/keyboards/handwired/not_so_minidox/config.h index 3c0af7bf7..fc6068628 100644 --- a/keyboards/handwired/not_so_minidox/config.h +++ b/keyboards/handwired/not_so_minidox/config.h | |||
@@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
63 | 63 | ||
64 | /* key combination for command */ | ||
65 | #define IS_COMMAND() ( \ | ||
66 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
67 | ) | ||
68 | |||
69 | /* disable debug print */ | 64 | /* disable debug print */ |
70 | //#define NO_DEBUG | 65 | //#define NO_DEBUG |
71 | 66 | ||
@@ -79,6 +74,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
79 | //#define NO_ACTION_MACRO | 74 | //#define NO_ACTION_MACRO |
80 | //#define NO_ACTION_FUNCTION | 75 | //#define NO_ACTION_FUNCTION |
81 | 76 | ||
82 | |||
83 | |||
84 | #endif | 77 | #endif |