[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:
parent
b23c3b0fd6
commit
36e950a13f
4 changed files with 34 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue