fix last merge

This commit is contained in:
Christian Tu 2021-09-25 11:20:45 +02:00
parent abaafbd8c5
commit 199ec1d914
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
'''One layer isn't enough. Adds keys to get to more of them'''
from micropython import const
from supervisor import ticks_ms
from kmk.key_validators import layer_key_validator
from kmk.keys import make_argumented_key

View File

@ -1,5 +1,3 @@
from supervisor import ticks_ms
from kmk.key_validators import mod_tap_validator
from kmk.keys import make_argumented_key
from kmk.modules.holdtap import HoldTap