diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 14:53:40 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 14:53:40 +0200 |
commit | 6e4f2e18e6cd0abffa52e6481d9761064698ec64 (patch) | |
tree | 9501474e8617ddf4f26241628430aa27e5273b32 /keyboards/chibios_test | |
parent | 0a040a89e8a16ea1ebfef20cdc05f96b312cc853 (diff) | |
download | qmk_firmware-6e4f2e18e6cd0abffa52e6481d9761064698ec64.tar.gz qmk_firmware-6e4f2e18e6cd0abffa52e6481d9761064698ec64.tar.xz |
Don't include common_config.h for ChibiOS test
Diffstat (limited to 'keyboards/chibios_test')
-rw-r--r-- | keyboards/chibios_test/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/chibios_test/config.h b/keyboards/chibios_test/config.h index 210f15067..c32a77b37 100644 --- a/keyboards/chibios_test/config.h +++ b/keyboards/chibios_test/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 PRODUCT_ID 0x6464 |