diff --git a/keyboards/svalboard/keymaps/vial/config.h b/keyboards/svalboard/keymaps/vial/config.h index 347c6b0be07..7988a27662b 100644 --- a/keyboards/svalboard/keymaps/vial/config.h +++ b/keyboards/svalboard/keymaps/vial/config.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once +#define STENO_COMBINEDMAP + #define VIAL_KEYBOARD_UID {0x1B, 0x18, 0x7D, 0xF2, 0x21, 0xF6, 0x29, 0x48} // Vial security combos, depending on which unit this is... @@ -20,4 +22,4 @@ // Shorten the unlock timeout (needs mod in `quantum/vial.c`; without // it the override doesn't work) -#define VIAL_UNLOCK_COUNTER_MAX 12 \ No newline at end of file +#define VIAL_UNLOCK_COUNTER_MAX 12 diff --git a/keyboards/svalboard/keymaps/vial/rules.mk b/keyboards/svalboard/keymaps/vial/rules.mk index 073e0f29055..fde9de2f636 100644 --- a/keyboards/svalboard/keymaps/vial/rules.mk +++ b/keyboards/svalboard/keymaps/vial/rules.mk @@ -2,4 +2,7 @@ VIA_ENABLE = yes VIAL_ENABLE = yes VIAL_INSECURE ?= yes +STENO_ENABLE = yes +STENO_PROTOCOL = geminipr + SRC += ../features/achordion.c