mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Update keyboards/mmd/km75/km75.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
0038afa756
commit
2cd09a0367
@ -21,11 +21,3 @@ void keyboard_pre_init_kb(void) {
|
|||||||
writePinHigh(A8);
|
writePinHigh(A8);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|
||||||
if (clockwise) {
|
|
||||||
tap_code(KC_VOLU);
|
|
||||||
} else {
|
|
||||||
tap_code(KC_VOLD);
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user