add kinesis/kint36 (#10171)
This moves the config_common.h into the files that include ../config.h, so that the kint36/config.h does not include it (which would cause compilation errors).
This commit is contained in:
parent
a8889718aa
commit
9d3b11d485
11 changed files with 287 additions and 2 deletions
|
@ -13,6 +13,9 @@
|
|||
#ifdef KEYBOARD_kinesis_nguyenvietyen
|
||||
#include "nguyenvietyen.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_kinesis_kint36
|
||||
#include "kint36.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue