Browse Source

[Keyboard] Disable Console on Keebio Quefrency (#14108)

pull/14033/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
dcef03853d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 11 deletions
  1. +0
    -1
      keyboards/keebio/quefrency/keymaps/via/rules.mk
  2. +0
    -5
      keyboards/keebio/quefrency/rev2/config.h
  3. +0
    -5
      keyboards/keebio/quefrency/rev3/config.h

+ 0
- 1
keyboards/keebio/quefrency/keymaps/via/rules.mk View File

@ -1,3 +1,2 @@
VIA_ENABLE = yes
CONSOLE_ENABLE = yes
LTO_ENABLE = yes

+ 0
- 5
keyboards/keebio/quefrency/rev2/config.h View File

@ -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


+ 0
- 5
keyboards/keebio/quefrency/rev3/config.h View File

@ -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…
Cancel
Save