Skip to content

Commit

Permalink
fix key names
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksurry committed Dec 4, 2023
1 parent 8c844de commit 562aef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boards/nullbitsco/tidbit/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

keyboard.keymap = [
[
XXXXX, KC.PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_P0, KC_P0, KC_PDOT, KC_PENT,
XXXXX, KC.PSLS, KC.PAST, KC.PMNS,
KC.P7, KC.P8, KC.P9, KC.PPLS,
KC.P4, KC.P5, KC.P6, KC.PPLS,
KC.P1, KC.P2, KC.P3, KC.PENT,
KC.P0, KC.P0, KC.PDOT, KC.PENT,
]
]

Expand Down

0 comments on commit 562aef9

Please sign in to comment.