reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 8f18ddf750043d99ba966ccbabc53234c702d4c5
parent 137b27400dcb4e3d503eaa1199db3023f1213b2d
Author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
Date:   Wed,  5 Oct 2022 18:16:50 +0200

keyboard-fw: fix non-functional Delete key on QWERTY US variant if Hyper is pressed or mode enabled

Signed-off-by: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>

Diffstat:
Mreform2-keyboard-fw/keyboard.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/reform2-keyboard-fw/keyboard.c b/reform2-keyboard-fw/keyboard.c @@ -275,6 +275,8 @@ int main(void) { #ifdef KBD_VARIANT_QWERTY_US matrix[KBD_COLS*4+1]=KEY_DELETE; + matrix_fn[KBD_COLS*4+1]=KEY_DELETE; + matrix_fn_toggled[KBD_COLS*4+1]=KEY_DELETE; #endif #ifdef KBD_VARIANT_NEO2 matrix[KBD_COLS*3+0]=HID_KEYBOARD_SC_CAPS_LOCK; // M3