Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable steno with GeminiPR and combined keys #88

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading