Skip to content

Commit

Permalink
Enable steno with GeminiPR and combined keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Dec 3, 2024
1 parent 6a09f92 commit 5dd5c71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keyboards/svalboard/keymaps/vial/config.h
Original file line number Diff line number Diff line change
@@ -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...
Expand All @@ -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
#define VIAL_UNLOCK_COUNTER_MAX 12
3 changes: 3 additions & 0 deletions keyboards/svalboard/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ VIA_ENABLE = yes
VIAL_ENABLE = yes
VIAL_INSECURE ?= yes

STENO_ENABLE = yes
STENO_PROTOCOL = geminipr

SRC += ../features/achordion.c

0 comments on commit 5dd5c71

Please sign in to comment.