Skip to content

Commit

Permalink
Fix invalid LT() keycodes for NoodlePad v1 and v2
Browse files Browse the repository at this point in the history
`LT()` does not accept `RGB_M_SW` as a tap keycode.

Affects:

  - `themadnoodle/noodlepad/v1`
  - `themadnoodle/noodlepad/v2`
  • Loading branch information
noroadsleft committed Feb 28, 2024
1 parent 8ddc40c commit 5670cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/keymaps/t/themadnoodle_noodlepad_v1_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"KC_CALC", "KC_MAIL", "LT(1,KC_MYCM)"
],
[
"RGB_MOD", "RGB_TOG", "RGB_RMOD",
"RGB_VAD", "RGB_M_P", "RGB_VAI",
"LT(3,RGB_M_SW)", "RGB_M_B", "KC_TRNS"
"RGB_MOD", "RGB_TOG", "RGB_RMOD",
"RGB_VAD", "RGB_M_P", "RGB_VAI",
"LT(3,KC_NO)", "RGB_M_B", "KC_TRNS"
],
[
"KC_TRNS", "KC_TRNS", "KC_TRNS",
Expand Down
6 changes: 3 additions & 3 deletions public/keymaps/t/themadnoodle_noodlepad_v2_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"KC_CALC", "KC_MAIL", "LT(1,KC_MYCM)"
],
[
"RGB_MOD", "RGB_TOG", "RGB_RMOD",
"RGB_VAD", "RGB_M_P", "RGB_VAI",
"LT(3,RGB_M_SW)", "RGB_M_B", "KC_TRNS"
"RGB_MOD", "RGB_TOG", "RGB_RMOD",
"RGB_VAD", "RGB_M_P", "RGB_VAI",
"LT(3,KC_NO)", "RGB_M_B", "KC_TRNS"
],
[
"KC_TRNS", "KC_TRNS", "KC_TRNS",
Expand Down

0 comments on commit 5670cf0

Please sign in to comment.