diff options
Diffstat (limited to 'keyboards/touchpad/config.h')
-rw-r--r-- | keyboards/touchpad/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/touchpad/config.h b/keyboards/touchpad/config.h index 8d34daae1..8e93c9427 100644 --- a/keyboards/touchpad/config.h +++ b/keyboards/touchpad/config.h | |||
@@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
48 | 48 | ||
49 | /* key combination for command */ | ||
50 | #define IS_COMMAND() ( \ | ||
51 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
52 | ) | ||
53 | |||
54 | /* | 49 | /* |
55 | * Feature disable options | 50 | * Feature disable options |
56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |