Adding preliminary MDErgo keymap
- Required updates to CMake in order to handle the multi-layer BaseMaps
This commit is contained in:
parent
a824a0fe52
commit
1c0f94c4ea
7 changed files with 195 additions and 81 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue