diff options
Diffstat (limited to 'keyboards/laplace')
-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 b4a5243689..45b89a97ac 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 |