summaryrefslogtreecommitdiffstats
path: root/keyboards/laplace/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/laplace/config.h')
-rw-r--r--keyboards/laplace/config.h5
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/>.
#define TAPPING_TERM 200
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
#endif