From 5e65583f85c14a814b6c24c53fd955b867430a64 Mon Sep 17 00:00:00 2001 From: honorless <86894501+lesshonor@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:42:10 -0400 Subject: [PATCH] fix: cut console/command from handwired/prkl30 --- keyboards/handwired/prkl30/keymaps/vial/config.h | 2 +- keyboards/handwired/prkl30/keymaps/vial/rules.mk | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/keyboards/handwired/prkl30/keymaps/vial/config.h b/keyboards/handwired/prkl30/keymaps/vial/config.h index 506c1725bef..d484c592912 100644 --- a/keyboards/handwired/prkl30/keymaps/vial/config.h +++ b/keyboards/handwired/prkl30/keymaps/vial/config.h @@ -6,4 +6,4 @@ #define VIAL_UNLOCK_COMBO_ROWS { 0, 0 } -#define VIAL_UNLOCK_COMBO_COLS { 0, 1 } \ No newline at end of file +#define VIAL_UNLOCK_COMBO_COLS { 0, 1 } diff --git a/keyboards/handwired/prkl30/keymaps/vial/rules.mk b/keyboards/handwired/prkl30/keymaps/vial/rules.mk index 4e13a6c067a..c852abf313a 100644 --- a/keyboards/handwired/prkl30/keymaps/vial/rules.mk +++ b/keyboards/handwired/prkl30/keymaps/vial/rules.mk @@ -4,4 +4,10 @@ LTO_ENABLE = yes ENCODER_ENABLE = yes ENCODER_MAP_ENABLE = yes EXTRAKEY_ENABLE = yes -QMK_SETTINGS = no \ No newline at end of file + +CONSOLE_ENABLE = no +COMMAND_ENABLE = no + +ifeq ($(strip $(MCU)), atmega32u4) + QMK_SETTINGS = no +endif