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/default/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
  • Loading branch information
jessel92 and waffle87 committed Apr 4, 2024
commit 70ff211cb6c1ba269246e62987cc9e601be316bb
jessel92 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include QMK_KEYBOARD_H

enum custom_keycodes {
L_IND = SAFE_RANGE, // Toggle the Layer Indicators Modes
L_IND = QK_USER, // Toggle the Layer Indicators Modes
L_CYC // Cycle through the layers
};

Expand Down