From 491dca3a4d39fcbe77fa5f9a4073706ac4ce2b2a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 9 Aug 2017 00:25:17 +0900 Subject: [PATCH] lint fix --- src/layers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layers.h b/src/layers.h index 60cf1b49..acc25011 100644 --- a/src/layers.h +++ b/src/layers.h @@ -10,7 +10,7 @@ class Layer_ { static Key lookup(byte row, byte col) { return keyMap[row][col]; - }; + } static void on(uint8_t layer); static void off(uint8_t layer); static void move(uint8_t layer);