diff options
Diffstat (limited to 'keyboards/lets_split_eh/config.h')
-rw-r--r-- | keyboards/lets_split_eh/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/lets_split_eh/config.h b/keyboards/lets_split_eh/config.h index abfee0eac..c227326c0 100644 --- a/keyboards/lets_split_eh/config.h +++ b/keyboards/lets_split_eh/config.h | |||
@@ -39,9 +39,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
39 | /* serial.c configuration for split keyboard */ | 39 | /* serial.c configuration for split keyboard */ |
40 | //#define SOFT_SERIAL_PIN D0 | 40 | //#define SOFT_SERIAL_PIN D0 |
41 | 41 | ||
42 | /* key combination for command */ | ||
43 | #define IS_COMMAND() ( \ | ||
44 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
45 | ) | ||
46 | |||
47 | #endif | 42 | #endif |