Skip to content

Commit 4364f83

Browse files
PJ789edgar-bonet
andauthored
Update src/KeyboardLayout_sv_SE.cpp
Co-authored-by: Edgar Bonet <[email protected]>
1 parent 60fa84f commit 4364f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeyboardLayout_sv_SE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ extern const uint8_t KeyboardLayout_sv_SE[128] PROGMEM =
133133
0x24|ALT_GR, // {
134134
0x62|ALT_GR, // |
135135
0x27|ALT_GR, // }
136-
0x30|ALT_GR, // ~
136+
0x00, // ~ not supported (requires dead key + space)
137137
0x00 // DEL
138138
};

0 commit comments

Comments
 (0)