diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-02-01 10:07:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:07:33 -0800 |
commit | b56707a5177489b01ad0b79b4ef0be80c8573d23 (patch) | |
tree | 4f84349ca9206cccac2c1314e0ad0cac69eafd00 /keyboards/cradio/config.h | |
parent | a2ef11bb006cfa0f185866f3f8d211131ca00af1 (diff) |
[Keyboard] Simplify handedness for cradio (#16147)
Diffstat (limited to 'keyboards/cradio/config.h')
-rw-r--r-- | keyboards/cradio/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/cradio/config.h b/keyboards/cradio/config.h index 37c329a244..aba6050af1 100644 --- a/keyboards/cradio/config.h +++ b/keyboards/cradio/config.h @@ -67,9 +67,6 @@ /* serial.c configuration for split keyboard */ #define SOFT_SERIAL_PIN D2 -/* Split handedness */ -#define EE_HANDS - /* Top left key on left half */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 0 |