[Keymap] Added compatibility for Planck rev6 (#5706)
* Update code for compatibility with latest QMK * Added compatibility with Planck rev6 * use wait_ms instead of _delay_ms * removed unnecessary rules * disable audio on rev4 only
This commit is contained in:
committed by
Drashna Jaelre
parent
b23c3b0fd6
commit
36e950a13f
@@ -1277,7 +1277,7 @@ void set_output_user(uint8_t output) {
|
||||
}
|
||||
|
||||
void matrix_init_user() {
|
||||
_delay_ms(500); // give time for usb to initialize
|
||||
wait_ms(500); // give time for usb to initialize
|
||||
|
||||
set_unicode_input_mode(UC_LNX);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user