diff options
| author | Ryan | 2023-02-17 06:40:49 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-17 06:40:49 +0100 |
| commit | 8f6c228adbfec98828f0411f62bab07f96e5c020 (patch) | |
| tree | e3e7c485942dd7a089b34bfb17be8ef644829f12 /keyboards/hidtech/bastyl/config.h | |
| parent | 2da0827d4ffbcba161126d6001f370e97d0172a8 (diff) | |
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Diffstat (limited to 'keyboards/hidtech/bastyl/config.h')
| -rw-r--r-- | keyboards/hidtech/bastyl/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hidtech/bastyl/config.h b/keyboards/hidtech/bastyl/config.h index ed453c8d95..64bd94c007 100644 --- a/keyboards/hidtech/bastyl/config.h +++ b/keyboards/hidtech/bastyl/config.h @@ -34,7 +34,7 @@ #define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define SOFT_SERIAL_PIN D0 + #define LOCKING_SUPPORT_ENABLE #define LOCKING_RESYNC_ENABLE #define MASTER_RIGHT |