summaryrefslogtreecommitdiffstats
path: root/keyboards/maxipad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maxipad')
-rw-r--r--keyboards/maxipad/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/maxipad/config.h b/keyboards/maxipad/config.h
index d7a5ef564..1acd232c9 100644
--- a/keyboards/maxipad/config.h
+++ b/keyboards/maxipad/config.h
@@ -51,7 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
//#define UNUSED_PINS
-
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
@@ -69,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.