已封存
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 行
125 B
C++

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