Add encoder map to Quefrency VIA keymap (#18380)
* Add encoder map to Quefrency VIA keymap * Explicitly define which RGB animations are enabled * Set different PID to prep for different VIA .json usage * Add ifdefs to handle if ENCODER_ENABLE is set to NO
This commit is contained in:
parent
51620c1042
commit
41fdf32afb
12 changed files with 54 additions and 9 deletions
|
@ -47,6 +47,7 @@ void eeconfig_init_kb(void) {
|
|||
eeconfig_init_user();
|
||||
}
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||
if (index == 0) {
|
||||
|
@ -64,3 +65,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue