Adding preliminary MDErgo keymap

- Required updates to CMake in order to handle the multi-layer BaseMaps
This commit is contained in:
Jacob Alexander 2015-08-06 00:36:37 -07:00
parent a824a0fe52
commit 1c0f94c4ea
7 changed files with 195 additions and 81 deletions

View file

@ -56,7 +56,7 @@ inline void Scan_setup()
Connect_setup( Output_Available );
// Setup GPIO pins for matrix scanning
//Matrix_setup();
Matrix_setup();
// Setup ISSI chip to control the leds
LED_setup();
@ -73,7 +73,7 @@ inline void Scan_setup()
inline uint8_t Scan_loop()
{
// Scan Matrix
//Matrix_scan( Scan_scanCount++ );
Matrix_scan( Scan_scanCount++ );
// Process any interconnect commands
Connect_scan();