Skip to content

Commit ee83c45

Browse files
committed
updated imports in pog for the keymap
1 parent 254d3fc commit ee83c45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/pythontemplates/keymap.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
export const keymappy = `#keymap.py KB base config - v1.0.0
22
from kmk.keys import KC
33
from kmk.modules.macros import Macros, Press, Release, Tap, Delay
4-
import pog
5-
import customkey
64
from kmk.modules.combos import Chord, Sequence
7-
from kb import combos
5+
import pog
6+
import customkeys
87
98
keymap = []
109
for l, layer in enumerate(pog.config['keymap']):

0 commit comments

Comments
 (0)