Skip to content

Commit cd2c181

Browse files
Fix typo
1 parent a4b6de7 commit cd2c181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version=0_7_0
3+
version=0_7_1
44

55
for keyboard in ble_micro_pro kugel toybox/bmp
66
do

tmk_core/protocol/nrf/keycode_str_converter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const key_string_map_t shifted_keys2 = {
320320
.end_kc = KC_QUES,
321321
.key_strings =
322322
"UNDS\0" "PLUS\0" "LCBR\0" "RCBR\0" "PIPE\0"
323-
"\0" "COLN\0" "DQUO\0" "TILD\0" "LT\0" "RT\0" "QUES\0"
323+
"\0" "COLN\0" "DQUO\0" "TILD\0" "LT\0" "GT\0" "QUES\0"
324324
};
325325

326326
const key_string_map_t jp_keys1 = {

0 commit comments

Comments
 (0)