Skip to content

Commit

Permalink
adding repeat code
Browse files Browse the repository at this point in the history
  • Loading branch information
l3ztum committed Jan 29, 2024
1 parent 8dc8f00 commit 30acfbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{ KC_NO, R04, R03, R02, R01, R00 }, \
{ KC_MEH, R14, R13, R12, R11, R10 }, \
{ KC_NO, R24, R23, R22, R21, R20 }, \
{ KC_NO, KC_HYPR, R32, R31, R30, QK_AREP } \
{ KC_NO, KC_HYPR, R32, R31, R30, KC_NO } \
}

#define LAYOUT_miryoku( \
Expand Down
4 changes: 3 additions & 1 deletion keyboards/l3ztum/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

DEFAULT_FOLDER = l3ztum/lotus58/rgb_full
DEFAULT_FOLDER = l3ztum/lotus58/rgb_full

REPEAT_KEY_ENABLE = yes

0 comments on commit 30acfbd

Please sign in to comment.