Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the noodlepad_micro keymaps with custom keycodes #23003

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/themadnoodle/noodlepad_micro/keymaps/via/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
  • Loading branch information
jessel92 and waffle87 committed Apr 4, 2024
commit 54dda77a9acddbcf78c445d07a02072cd1b7350c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enum custom_keycodes {
L_IND = QK_KB_0, // Toggle the Layer Indicators Modes
L_CYC // Cycle through the layers
#else // If you are not using VIA, you can use your own keycodes
L_IND = SAFE_RANGE,
L_IND = QK_USER,
L_CYC
#endif
};
Expand Down