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