mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
05feb44b58
@ -17,7 +17,7 @@
|
|||||||
#include "quark_plus.h"
|
#include "quark_plus.h"
|
||||||
|
|
||||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||||
if (!encoder_update_kb(index, clockwise)) { return false; }
|
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||||
if (index == 1) { /* left encoder*/
|
if (index == 1) { /* left encoder*/
|
||||||
if (clockwise){
|
if (clockwise){
|
||||||
tap_code(KC_WH_U);
|
tap_code(KC_WH_U);
|
||||||
|
Loading…
Reference in New Issue
Block a user