update modtap to holdtap
This commit is contained in:
@@ -2,7 +2,7 @@ from kmk.keys import make_argumented_key
|
||||
from kmk.modules.holdtap import HoldTap, HoldTapKeyMeta
|
||||
|
||||
|
||||
class ModTap(HoldTap):
|
||||
class HoldTap(HoldTap):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
make_argumented_key(
|
||||
|
Reference in New Issue
Block a user