diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-27 17:03:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-27 17:03:42 +0000 |
commit | bca7a99e7aad2ff0a4aaed2d0e755e2d6bd7cee6 (patch) | |
tree | 764b035dc6beebd5ced279f02d10b5b0e0720894 /users | |
parent | a311514f43de7cf7bde758a691419a95367cebe2 (diff) | |
parent | fce9cb933845bf0b74d322eba02de3b76daaeb84 (diff) | |
download | qmk_firmware-bca7a99e7aad2ff0a4aaed2d0e755e2d6bd7cee6.tar.gz qmk_firmware-bca7a99e7aad2ff0a4aaed2d0e755e2d6bd7cee6.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rw-r--r-- | users/dennytom/chording_engine/chord.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/dennytom/chording_engine/chord.py b/users/dennytom/chording_engine/chord.py index 707f36b82..5e3b6d283 100644 --- a/users/dennytom/chording_engine/chord.py +++ b/users/dennytom/chording_engine/chord.py | |||
@@ -1,5 +1,4 @@ | |||
1 | from functools import reduce | 1 | from functools import reduce |
2 | import re | ||
3 | 2 | ||
4 | strings = [] | 3 | strings = [] |
5 | number_of_strings = -1 | 4 | number_of_strings = -1 |
@@ -463,4 +462,4 @@ def secret_chord(PSEUDOLAYER, ACTION, INPUT_STRING, data, output_buffer, index, | |||
463 | 462 | ||
464 | hash = hash[3:] | 463 | hash = hash[3:] |
465 | if hash != "": | 464 | if hash != "": |
466 | return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings) \ No newline at end of file | 465 | return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings) |