mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 19:44:43 +00:00
[Keyboard] Fix compile size for the Lets Split Sockets via keymap (#13691)
This commit is contained in:
parent
210da7b233
commit
fdf3ce3cd1
2 changed files with 2 additions and 5 deletions
|
@ -38,3 +38,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#undef RGBLED_NUM
|
#undef RGBLED_NUM
|
||||||
#define RGBLIGHT_ANIMATIONS
|
#define RGBLIGHT_ANIMATIONS
|
||||||
#define RGBLED_NUM 10
|
#define RGBLED_NUM 10
|
||||||
|
|
||||||
|
#define NO_MUSIC_MODE
|
||||||
|
|
|
@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
/* serial.c configuration for split keyboard */
|
/* serial.c configuration for split keyboard */
|
||||||
#define SOFT_SERIAL_PIN D0
|
#define SOFT_SERIAL_PIN D0
|
||||||
|
|
||||||
/* 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 */
|
/* ws2812 RGB LED */
|
||||||
#define RGB_DI_PIN D4
|
#define RGB_DI_PIN D4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue