diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2021-03-31 01:41:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 10:41:41 +1100 |
commit | 9d3b11d4856f478e2c91788cf77a52e62ec85d19 (patch) | |
tree | eee166faf435cdac54b62bcccdc2c295cc430964 /keyboards/kinesis/alvicstep/config.h | |
parent | a8889718aa1f8d0d15dce86ebf3d2e8c12ba6abb (diff) | |
download | qmk_firmware-9d3b11d4856f478e2c91788cf77a52e62ec85d19.tar.gz qmk_firmware-9d3b11d4856f478e2c91788cf77a52e62ec85d19.zip |
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/alvicstep/config.h')
-rw-r--r-- | keyboards/kinesis/alvicstep/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/kinesis/alvicstep/config.h b/keyboards/kinesis/alvicstep/config.h index 88b7e2644a..73aa4dd4dc 100644 --- a/keyboards/kinesis/alvicstep/config.h +++ b/keyboards/kinesis/alvicstep/config.h @@ -2,6 +2,7 @@ #define ALVICSTEP_CONFIG_H #include "../config.h" +#include "config_common.h" /* USB Device descriptor parameter */ #define PRODUCT_ID 0x6060 |