mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-22 09:02:04 +00:00
fix build fail keebio/iris/rev3:default
This commit is contained in:
parent
be48ca1b45
commit
89ad6eb327
@ -227,7 +227,7 @@ bool transport_master(matrix_row_t matrix[]) {
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifdef ENCODER_ENABLE
|
# ifdef ENCODER_ENABLE
|
||||||
encoder_update_raw(serial_s2m_buffer.encoder_state);
|
encoder_update_raw((uint8_t *)serial_s2m_buffer.encoder_state);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@ -244,7 +244,7 @@ void transport_slave(matrix_row_t matrix[]) {
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifdef ENCODER_ENABLE
|
# ifdef ENCODER_ENABLE
|
||||||
encoder_state_raw(serial_s2m_buffer.encoder_state);
|
encoder_state_raw((uint8_t *)serial_s2m_buffer.encoder_state);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user