diff --git a/src/keyboard/layout.h b/src/keyboard/layout.h index f163361..6e86f0a 100644 --- a/src/keyboard/layout.h +++ b/src/keyboard/layout.h @@ -13,13 +13,14 @@ #include #include "../lib/keyboard.h" #include "../lib/keyfunctions.h" -#include "./controller.h" typedef void (*void_funptr_t)(void); // -------------------------------------------------------------------- -#define KB_LAYERS 10 +#define KB_ROWS 6 // must match real life +#define KB_COLUMNS 14 // must match real life +#define KB_LAYERS 10 // --------------------------------------------------------------------