Updated K15_Pro.c
This commit is contained in:
parent
747353348e
commit
805573369c
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(ENCODER_ENABLE)
|
#if defined(KC_BLUETOOTH_ENABLE) && defined(ENCODER_ENABLE)
|
||||||
static void encoder_pad_cb(void *param) {
|
static void encoder_pad_cb(void *param) {
|
||||||
encoder_inerrupt_read((uint32_t)param & 0XFF);
|
encoder_inerrupt_read((uint32_t)param & 0XFF);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue