pull/172/head
Jesse Vincent 7 years ago
parent d954d7ed95
commit 491dca3a4d
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -10,7 +10,7 @@ class Layer_ {
static Key lookup(byte row, byte col) { static Key lookup(byte row, byte col) {
return keyMap[row][col]; return keyMap[row][col];
}; }
static void on(uint8_t layer); static void on(uint8_t layer);
static void off(uint8_t layer); static void off(uint8_t layer);
static void move(uint8_t layer); static void move(uint8_t layer);

Loading…
Cancel
Save