diff options
Diffstat (limited to 'keyboards/laplace/config.h')
-rw-r--r-- | keyboards/laplace/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/laplace/config.h b/keyboards/laplace/config.h index b4a524368..45b89a97a 100644 --- a/keyboards/laplace/config.h +++ b/keyboards/laplace/config.h | |||
@@ -46,9 +46,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
46 | 46 | ||
47 | #define TAPPING_TERM 200 | 47 | #define TAPPING_TERM 200 |
48 | 48 | ||
49 | /* key combination for magic key command */ | ||
50 | #define IS_COMMAND() ( \ | ||
51 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
52 | ) | ||
53 | |||
54 | #endif | 49 | #endif |