diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-08-21 19:08:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 12:08:05 +1000 |
| commit | dcef03853d612feb23b02523f1dfaf6576d18ace (patch) | |
| tree | f7a64eb76d575b6729b5af05fc96b28ae2651970 | |
| parent | f4a2f2bb7e0d745c6f126db15b94955eebc64884 (diff) | |
| download | qmk_firmware-dcef03853d612feb23b02523f1dfaf6576d18ace.tar.gz qmk_firmware-dcef03853d612feb23b02523f1dfaf6576d18ace.zip | |
[Keyboard] Disable Console on Keebio Quefrency (#14108)
| -rw-r--r-- | keyboards/keebio/quefrency/keymaps/via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/rev2/config.h | 5 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/rev3/config.h | 5 |
3 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/via/rules.mk b/keyboards/keebio/quefrency/keymaps/via/rules.mk index 4b1bcabda..36b7ba9cb 100644 --- a/keyboards/keebio/quefrency/keymaps/via/rules.mk +++ b/keyboards/keebio/quefrency/keymaps/via/rules.mk | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | CONSOLE_ENABLE = yes | ||
| 3 | LTO_ENABLE = yes | 2 | LTO_ENABLE = yes |
diff --git a/keyboards/keebio/quefrency/rev2/config.h b/keyboards/keebio/quefrency/rev2/config.h index 31d37a783..1fb689677 100644 --- a/keyboards/keebio/quefrency/rev2/config.h +++ b/keyboards/keebio/quefrency/rev2/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* serial.c configuration for split keyboard */ | 51 | /* serial.c configuration for split keyboard */ |
| 52 | #define SOFT_SERIAL_PIN D0 | 52 | #define SOFT_SERIAL_PIN D0 |
| 53 | 53 | ||
| 54 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 55 | #define LOCKING_SUPPORT_ENABLE | ||
| 56 | /* Locking resynchronize hack */ | ||
| 57 | #define LOCKING_RESYNC_ENABLE | ||
| 58 | |||
| 59 | /* ws2812 RGB LED */ | 54 | /* ws2812 RGB LED */ |
| 60 | #define RGB_DI_PIN E6 | 55 | #define RGB_DI_PIN E6 |
| 61 | #define RGBLIGHT_ANIMATIONS | 56 | #define RGBLIGHT_ANIMATIONS |
diff --git a/keyboards/keebio/quefrency/rev3/config.h b/keyboards/keebio/quefrency/rev3/config.h index 5ab6d743f..2f1311e94 100644 --- a/keyboards/keebio/quefrency/rev3/config.h +++ b/keyboards/keebio/quefrency/rev3/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* serial.c configuration for split keyboard */ | 51 | /* serial.c configuration for split keyboard */ |
| 52 | #define SOFT_SERIAL_PIN D0 | 52 | #define SOFT_SERIAL_PIN D0 |
| 53 | 53 | ||
| 54 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 55 | #define LOCKING_SUPPORT_ENABLE | ||
| 56 | /* Locking resynchronize hack */ | ||
| 57 | #define LOCKING_RESYNC_ENABLE | ||
| 58 | |||
| 59 | /* ws2812 RGB LED */ | 54 | /* ws2812 RGB LED */ |
| 60 | #define RGB_DI_PIN E6 | 55 | #define RGB_DI_PIN E6 |
| 61 | #define RGBLIGHT_ANIMATIONS | 56 | #define RGBLIGHT_ANIMATIONS |
