Arkiverade
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src/Key_LayeredKeys.cpp

7 rader
125 B
C++
Normal vy Historik

#include "Key_LayeredKeys.h"
uint8_t Key_LayeredKeys::getActiveLayer()
{
return refLayerState.getActiveLayer();
}