diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-07-24 18:05:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 11:05:48 +1000 |
| commit | fdf3ce3cd1bbf931660678b0b5e138ce37c84e7c (patch) | |
| tree | ad710f7a5a3d1fc6b09e338bb34269018339c6ba /keyboards/lets_split | |
| parent | 210da7b233f1e61d958b64ad77fbc026667cc495 (diff) | |
| download | qmk_firmware-fdf3ce3cd1bbf931660678b0b5e138ce37c84e7c.tar.gz qmk_firmware-fdf3ce3cd1bbf931660678b0b5e138ce37c84e7c.zip | |
[Keyboard] Fix compile size for the Lets Split Sockets via keymap (#13691)
Diffstat (limited to 'keyboards/lets_split')
| -rw-r--r-- | keyboards/lets_split/keymaps/via/config.h | 2 | ||||
| -rw-r--r-- | keyboards/lets_split/sockets/config.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/lets_split/keymaps/via/config.h b/keyboards/lets_split/keymaps/via/config.h index df24c53cd..334be7519 100644 --- a/keyboards/lets_split/keymaps/via/config.h +++ b/keyboards/lets_split/keymaps/via/config.h | |||
| @@ -38,3 +38,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | #undef RGBLED_NUM | 38 | #undef RGBLED_NUM |
| 39 | #define RGBLIGHT_ANIMATIONS | 39 | #define RGBLIGHT_ANIMATIONS |
| 40 | #define RGBLED_NUM 10 | 40 | #define RGBLED_NUM 10 |
| 41 | |||
| 42 | #define NO_MUSIC_MODE | ||
diff --git a/keyboards/lets_split/sockets/config.h b/keyboards/lets_split/sockets/config.h index 67fa4b4cc..70cbc18cd 100644 --- a/keyboards/lets_split/sockets/config.h +++ b/keyboards/lets_split/sockets/config.h | |||
| @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* serial.c configuration for split keyboard */ | 49 | /* serial.c configuration for split keyboard */ |
| 50 | #define SOFT_SERIAL_PIN D0 | 50 | #define SOFT_SERIAL_PIN D0 |
| 51 | 51 | ||
| 52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 53 | #define LOCKING_SUPPORT_ENABLE | ||
| 54 | /* Locking resynchronize hack */ | ||
| 55 | #define LOCKING_RESYNC_ENABLE | ||
| 56 | |||
| 57 | /* ws2812 RGB LED */ | 52 | /* ws2812 RGB LED */ |
| 58 | #define RGB_DI_PIN D4 | 53 | #define RGB_DI_PIN D4 |
| 59 | 54 | ||
