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:
Jacob Alexander 2016-01-03 16:16:41 -08:00
parent 1e47c7abc2
commit 9ed526deb6
6 changed files with 646 additions and 189 deletions

View file

@ -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++ )