Some callum inspo

- Tried to minimize the layers again, got rid of config layer
- made a nifty overloaded function so I can overload the encoder
knob and use it in encoder maps
- just did it for KLOR for right now
This commit is contained in:
Victor 2024-07-15 23:55:56 -05:00
parent 4f953048c6
commit 4fd0793447
Failed to generate hash of commit
4 changed files with 119 additions and 18 deletions

View file

@ -36,3 +36,4 @@ bool process_tap_hold_key (keyrecord_t* record, uint16_t tap_keycode, uint16_t h
}
return false;
}