Fix ErgoTravel Board

It was not properly including the "config_common" files, and was causing it to break on the configurator.

Additionally, updated this to use the split common code.
This commit is contained in:
Drashna Jaelre
2018-10-15 08:31:26 -07:00
committed by Jack Humbert
parent 533f684887
commit d7dea0e6d9
22 changed files with 20 additions and 1186 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
#ifndef ERGOTRAVEL_H
#define ERGOTRAVEL_H
#pragma once
#ifdef KEYBOARD_ergotravel_rev1
#include "rev1.h"
@@ -21,4 +20,3 @@
KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \
)
#endif