simplify dependency

master
Stefan Dorn 2016-06-12 00:33:34 +01:00
parent 02b931fb8d
commit 2b98ca5f8d
1 changed files with 3 additions and 2 deletions

View File

@ -13,13 +13,14 @@
#include <avr/pgmspace.h>
#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
// --------------------------------------------------------------------