diff --git a/src/layers.h b/src/layers.h index b91889cc..5895f681 100644 --- a/src/layers.h +++ b/src/layers.h @@ -75,6 +75,4 @@ class Layer_ { static uint8_t activeLayers[ROWS][COLS]; }; -Key layer_getKey(uint8_t layer, uint8_t r, uint8_t c); - extern Layer_ Layer;