Unbreak the general idea of KC_DF and KC_MO, though still needs heavy refactors

This commit is contained in:
Josh Klar
2018-09-21 23:44:30 -07:00
parent 8a55dcca04
commit 392917082a
6 changed files with 69 additions and 45 deletions

View File

@@ -17,8 +17,8 @@ def main():
diode_orientation = DiodeOrientation.COLUMNS
keymap = [
[KC.ESC, KC.H, KC.BACKSPACE],
[KC.TAB, KC.I, KC.ENTER],
[KC.DF, KC.H, KC.RESET],
[KC.MO, KC.I, KC.ENTER],
[KC.CTRL, KC.SPACE, KC.SHIFT],
]