diff options
Diffstat (limited to 'keyboards/e6v2/le/config.h')
-rw-r--r-- | keyboards/e6v2/le/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/e6v2/le/config.h b/keyboards/e6v2/le/config.h index e155451503..580929ba8a 100644 --- a/keyboards/e6v2/le/config.h +++ b/keyboards/e6v2/le/config.h @@ -56,10 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define DEBOUNCING_DELAY 5 -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ - ) - - - #endif |