diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-13 19:38:37 +1100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-13 00:38:37 -0800 |
commit | 9dc5432a3e16ca4ee42d84cacbcfa7aeee97d2f9 (patch) | |
tree | 9097e9b37c73b5f95f452d3e5886ab2b101ae047 /keyboards/converter/xt_usb/config.h | |
parent | 7e8f239c2e15091bca82f69c3982e585814c0f70 (diff) |
[Keyboard] XT converter: add config_common.h include and fix E0 collision (#7341)
Diffstat (limited to 'keyboards/converter/xt_usb/config.h')
-rw-r--r-- | keyboards/converter/xt_usb/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/converter/xt_usb/config.h b/keyboards/converter/xt_usb/config.h index ecebc123fa..fe79953873 100644 --- a/keyboards/converter/xt_usb/config.h +++ b/keyboards/converter/xt_usb/config.h @@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once +#include "config_common.h" + #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6512 #define DEVICE_VER 0x0001 |