1
0
Fork 0

feat: encoder map, OLED & encoder kb-level config (#17767)

This commit is contained in:
Less/Rikki 2022-07-26 16:25:23 -04:00 committed by GitHub
parent 5f36285fc5
commit fc9654a1d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 74 additions and 100 deletions

View file

@ -160,7 +160,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
tap_code(KC_VOLD);
}
}
return true;
return false;
}
#endif
@ -292,7 +292,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
oled_write(get_u8_str(get_current_wpm(), ' '), false);
*/
return true;
return false;
}
void suspend_power_down_user(void) {