refactor adelais en ciel rev.2, mechlovin9 (#10930)

Co-authored-by: vuhopkep <boy9x0@gmail.com>
This commit is contained in:
mechlovin
2020-11-23 19:47:01 +00:00
committed by GitHub
co-authored by vuhopkep
parent 6f9934c669
commit 429474d1c3
10 changed files with 29 additions and 25 deletions
@@ -47,9 +47,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
void encoder_update_user(uint8_t index, bool clockwise) {
if (index == 0) {
if (clockwise) {
tap_code(KC_VOLU);
} else {
tap_code(KC_VOLD);
} else {
tap_code(KC_VOLU);
}
}
else if (index == 1) {