commit 6abc005124af07b4f9ce9fe8a0834d720049ac24
parent 35c5f44e3c6daf198180546ec76c5bee7cdd70f8
Author: Maarten van Gompel <proycon@anaproy.nl>
Date: Tue, 30 Nov 2021 11:14:22 +0100
added missing abc/sym key to dialer layer
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layout.mobintl.h b/layout.mobintl.h
@@ -363,8 +363,8 @@ static struct key keys_dialer[] = {
{"0", "0", 1.0, Code, KEY_0},
{"#", "#", 1.0, Code, KEY_NUMERIC_POUND},
{"", "", 0.0, EndRow},
- {"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1}
-,
+ {"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
+ {"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
/* end of layout */
{"", "", 0.0, Last},