mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-17 00:15:25 +00:00
user_io: add FEAT_PS2REP
This commit is contained in:
@@ -258,6 +258,7 @@ static void user_io_read_core_features() {
|
||||
core_features = (core_features<<8) | spi_in();
|
||||
}
|
||||
DisableIO();
|
||||
if (core_features & FEAT_PS2REP) ps2_typematic_rate = 0x08;
|
||||
}
|
||||
|
||||
void user_io_detect_core_type() {
|
||||
|
||||
Reference in New Issue
Block a user