master
Stefan Dorn 2016-08-21 18:39:20 +01:00
parent 6534334973
commit 1b5090f97a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ typedef void (*keyfunc)(keycode, bool);
// static const keyfunc PROGMEM _kb_layout_release[KB_LAYERS][KB_ROWS][KB_COLUMNS];
#if KB_LAYERS > 8
#error can only handle 8 layers for now
#error "can only handle 8 layers for now"
#endif
// ----------------------------------------------------------------------------