Merlin's userspace updates (#8074)
This commit is contained in:
parent
5780c94423
commit
c6f389b527
19 changed files with 123 additions and 48 deletions
|
@ -5,12 +5,14 @@
|
|||
enum userspace_layers {
|
||||
_BL = 0, // Base Layer
|
||||
_FL, // Function Layer
|
||||
_AL // Arrow Layer
|
||||
_AL, // Arrow Layer
|
||||
_CL // Control Layer
|
||||
};
|
||||
|
||||
// Enum of custom keycodes defined in process_record_user
|
||||
enum keycodes {
|
||||
KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer.
|
||||
KC_MAC, // Text macro.
|
||||
};
|
||||
|
||||
// Custom #defined keycodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue