Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dunk2k authored and xs5871 committed Jul 6, 2023
1 parent f9d93e5 commit 1b41531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/dactyl_maximus/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
APP_N = KC.LALT(KC.TAB)
APP_P = KC.LSFT(KC.LALT(KC.TAB))
APP_X = KC.LALT(KC.F4)
Z_IN = KC.LCTL(KC_MINS)
Z_OUT = KC.LCTL(KC_EQL)
Z_RST = KC.CTL(KC_N0)
Z_IN = KC.LCTL(KC.MINS)
Z_OUT = KC.LCTL(KC.EQL)
Z_RST = KC.CTL(KC.N0)

keyboard.keymap = [
[ # 0
Expand Down

0 comments on commit 1b41531

Please sign in to comment.