1
0
Fork 0

Tidy up rgbkb/mun (#13801)

* Tidy up rgbkb/mun
This commit is contained in:
Joel Challis 2021-08-05 00:59:50 +01:00 committed by GitHub
parent cb4d91f85f
commit bdaea259af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 328 additions and 195 deletions

View file

@ -23,11 +23,3 @@ void housekeeping_task_kb(void) {
touch_encoder_update(TOUCH_ENCODER_SYNC);
rgb_menu_update(RGB_MENU_SYNC);
}
#if defined(BUSY_WAIT)
void matrix_output_unselect_delay(uint8_t line, bool key_pressed) {
for (int32_t i = 0; i < BUSY_WAIT_INSTRUCTIONS; i++) {
__asm__ volatile("nop" ::: "memory");
}
}
#endif