diff options
| author | Ryan | 2023-02-05 21:26:45 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-05 21:26:45 +0100 |
| commit | 53b7dbe671813808ea3a7f36c9eb5ca3c59bf16c (patch) | |
| tree | 3aa7c28b7c652972783b08dbda371b67eb513afc /keyboards/yosino58/rev1 | |
| parent | ebb512db827e84619e7151fcf76e3daf9328fe59 (diff) | |
Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)
Diffstat (limited to 'keyboards/yosino58/rev1')
| -rw-r--r-- | keyboards/yosino58/rev1/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/yosino58/rev1/config.h b/keyboards/yosino58/rev1/config.h index 4e634efbb7..57350ff206 100644 --- a/keyboards/yosino58/rev1/config.h +++ b/keyboards/yosino58/rev1/config.h @@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -//#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -//#define LOCKING_RESYNC_ENABLE - /* ws2812 RGB LED */ #define RGB_DI_PIN D3 #define RGBLED_NUM 12 // Number of LEDs |