Removed spurious line deletion

pull/254/head
Michael Richters 7 years ago
parent 1f7d9ed2e8
commit 904bdd37bf

@ -11,6 +11,7 @@
const Key keymaps[][ROWS][COLS] PROGMEM = { layers }; \ const Key keymaps[][ROWS][COLS] PROGMEM = { layers }; \
uint8_t layer_count = sizeof(keymaps) / sizeof(*keymaps); uint8_t layer_count = sizeof(keymaps) / sizeof(*keymaps);
class Layer_ { class Layer_ {
public: public:
Layer_(void); Layer_(void);

Loading…
Cancel
Save