Adding PixelMap
- Includes basic (led) channel testing tools - Currently hard-coded, needs kll integration before this can be used in general
This commit is contained in:
parent
1e47c7abc2
commit
9ed526deb6
6 changed files with 646 additions and 189 deletions
|
@ -196,6 +196,7 @@ 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