Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2021-09-27 17:03:42 +00:00
17 changed files with 24 additions and 42 deletions

View File

@ -1,5 +1,4 @@
from functools import reduce
import re
strings = []
number_of_strings = -1
@ -463,4 +462,4 @@ def secret_chord(PSEUDOLAYER, ACTION, INPUT_STRING, data, output_buffer, index,
hash = hash[3:]
if hash != "":
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)