diff options
Diffstat (limited to 'keyboards/pearl/config.h')
-rw-r--r-- | keyboards/pearl/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/pearl/config.h b/keyboards/pearl/config.h index c0594bf91a..6edf170d97 100644 --- a/keyboards/pearl/config.h +++ b/keyboards/pearl/config.h @@ -42,9 +42,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define DEBOUNCING_DELAY 5 -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) - #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION - |