1
0
Fork 0

Merlin's userspace updates (#8074)

This commit is contained in:
MechMerlin 2020-02-03 13:37:01 -08:00 committed by GitHub
parent 5780c94423
commit c6f389b527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 123 additions and 48 deletions

View file

@ -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