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: Drashna Jaelre <drashna@live.com>
  • Loading branch information
jessel92 and drashna committed Apr 4, 2024
commit f44eb694c24800ad4fa97a7dc6f69ee79d264aa0
jessel92 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

#include QMK_KEYBOARD_H

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

>>>>>>> c73f7433b4 (Update keyboards/themadnoodle/noodlepad_micro/keymaps/default/keymap.c)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

/* LAYER 0
Expand Down