Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc committed Jul 11, 2020
1 parent a4b6de7 commit cd2c181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version=0_7_0
version=0_7_1

for keyboard in ble_micro_pro kugel toybox/bmp
do
Expand Down
2 changes: 1 addition & 1 deletion tmk_core/protocol/nrf/keycode_str_converter.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const key_string_map_t shifted_keys2 = {
.end_kc = KC_QUES,
.key_strings =
"UNDS\0" "PLUS\0" "LCBR\0" "RCBR\0" "PIPE\0"
"\0" "COLN\0" "DQUO\0" "TILD\0" "LT\0" "RT\0" "QUES\0"
"\0" "COLN\0" "DQUO\0" "TILD\0" "LT\0" "GT\0" "QUES\0"
};

const key_string_map_t jp_keys1 = {
Expand Down

0 comments on commit cd2c181

Please sign in to comment.