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/config.h | |
parent | a8889718aa1f8d0d15dce86ebf3d2e8c12ba6abb (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/config.h')
-rw-r--r-- | keyboards/kinesis/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h index ddb16d33b9..c5a89d4533 100644 --- a/keyboards/kinesis/config.h +++ b/keyboards/kinesis/config.h @@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef CONFIG_H #define CONFIG_H -#include "config_common.h" - /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define MANUFACTURER You |