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 c0594bf91..6edf170d9 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/>. | |||
42 | #define DIODE_DIRECTION COL2ROW | 42 | #define DIODE_DIRECTION COL2ROW |
43 | #define DEBOUNCING_DELAY 5 | 43 | #define DEBOUNCING_DELAY 5 |
44 | 44 | ||
45 | /* key combination for command */ | ||
46 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
47 | |||
48 | #define NO_ACTION_MACRO | 45 | #define NO_ACTION_MACRO |
49 | #define NO_ACTION_FUNCTION | 46 | #define NO_ACTION_FUNCTION |
50 | |||