summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kinesis.h
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2021-03-31 01:41:41 +0200
committerGitHub <noreply@github.com>2021-03-31 10:41:41 +1100
commit9d3b11d4856f478e2c91788cf77a52e62ec85d19 (patch)
treeeee166faf435cdac54b62bcccdc2c295cc430964 /keyboards/kinesis/kinesis.h
parenta8889718aa1f8d0d15dce86ebf3d2e8c12ba6abb (diff)
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).
Diffstat (limited to 'keyboards/kinesis/kinesis.h')
-rw-r--r--keyboards/kinesis/kinesis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/kinesis/kinesis.h b/keyboards/kinesis/kinesis.h
index 444322d1fe..0833992b81 100644
--- a/keyboards/kinesis/kinesis.h
+++ b/keyboards/kinesis/kinesis.h
@@ -13,6 +13,9 @@
#ifdef KEYBOARD_kinesis_nguyenvietyen
#include "nguyenvietyen.h"
#endif
+#ifdef KEYBOARD_kinesis_kint36
+ #include "kint36.h"
+#endif
#include "quantum.h"