Initial support for the ICPad
- Basic support for up to 4 ISSI chips (and partial support for 16 chip configurations) - Initial USB mux support * Required USB re-init procedure - Initial interconnect mux support * Required some state reset commands
This commit is contained in:
parent
11a44f0ea1
commit
a25aa84513
16 changed files with 845 additions and 112 deletions
|
|
@ -196,7 +196,6 @@ void Matrix_setup()
|
|||
print( NL );
|
||||
info_msg("Max Keys: ");
|
||||
printHex( Matrix_maxKeys );
|
||||
print( NL );
|
||||
|
||||
// Clear out Debounce Array
|
||||
for ( uint8_t item = 0; item < Matrix_maxKeys; item++ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue