7 lines
125 B
C++
7 lines
125 B
C++
#include "Key_LayeredKeys.h"
|
|
|
|
uint8_t Key_LayeredKeys::getActiveLayer()
|
|
{
|
|
return refLayerState.getActiveLayer();
|
|
}
|