mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 01:17:07 +06:00
Update q9.
This commit is contained in:
parent
6442612e62
commit
95cb80bfa4
|
@ -100,7 +100,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
#define ENCODERS 1
|
||||
static uint8_t encoder_state[ENCODERS] = {0};
|
||||
static keypos_t encoder_cw[ENCODERS] = {{ 5, 4 }};
|
||||
static keypos_t encoder_cw[ENCODERS] = {{ 4, 4 }};
|
||||
static keypos_t encoder_ccw[ENCODERS] = {{ 5, 4 }};
|
||||
|
||||
void encoder_action_unregister(void) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user