mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
[Keyboard] Disable Console on Keebio Quefrency (#14108)
This commit is contained in:
parent
f4a2f2bb7e
commit
dcef03853d
@ -1,3 +1,2 @@
|
||||
VIA_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* serial.c configuration for split keyboard */
|
||||
#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 */
|
||||
#define RGB_DI_PIN E6
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* serial.c configuration for split keyboard */
|
||||
#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 */
|
||||
#define RGB_DI_PIN E6
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
Loading…
Reference in New Issue
Block a user