We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6de7 commit cd2c181Copy full SHA for cd2c181
release.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-version=0_7_0
+version=0_7_1
4
5
for keyboard in ble_micro_pro kugel toybox/bmp
6
do
tmk_core/protocol/nrf/keycode_str_converter.c
@@ -320,7 +320,7 @@ const key_string_map_t shifted_keys2 = {
320
.end_kc = KC_QUES,
321
.key_strings =
322
"UNDS\0" "PLUS\0" "LCBR\0" "RCBR\0" "PIPE\0"
323
- "\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"
324
};
325
326
const key_string_map_t jp_keys1 = {
0 commit comments