Skip to content

Commit

Permalink
softle/rev1: Fix default keymap
Browse files Browse the repository at this point in the history
For some reasons there were leading spaces inside some keycode values.
  • Loading branch information
sigprof committed Jun 23, 2023
1 parent e7bf669 commit 95bd805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/keymaps/s/sofle_rev1_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
[
"_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______",
"_______", "KC_INS", "KC_PSCR", "KC_APP", "XXXXXXX", "XXXXXXX", " KC_PGUP", "C(KC_LEFT)", "KC_UP", "C(KC_RGHT)", "C(KC_BSPC)", "KC_BSPC",
"_______", "KC_LALT", "KC_LCTL", "KC_LSFT", "XXXXXXX", "KC_CAPS", " KC_PGDN", "KC_LEFT", "KC_DOWN", "KC_RGHT", "KC_DEL", "KC_BSPC",
"_______", "KC_INS", "KC_PSCR", "KC_APP", "XXXXXXX", "XXXXXXX", "KC_PGUP", "C(KC_LEFT)", "KC_UP", "C(KC_RGHT)", "C(KC_BSPC)", "KC_BSPC",
"_______", "KC_LALT", "KC_LCTL", "KC_LSFT", "XXXXXXX", "KC_CAPS", "KC_PGDN", "KC_LEFT", "KC_DOWN", "KC_RGHT", "KC_DEL", "KC_BSPC",
"_______", "C(KC_Z)", "C(KC_X)", "C(KC_C)", "C(KC_V)", "XXXXXXX", "_______", "_______", "XXXXXXX", "KC_HOME", "XXXXXXX", "KC_END", "XXXXXXX", "_______",
"_______", "_______", "_______", "MO(4)", "_______", "_______", "_______", "_______", "_______", "_______"
],
Expand Down

0 comments on commit 95bd805

Please sign in to comment.