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

View File

@@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef REV1_CONFIG_H
#define REV1_CONFIG_H
#include QMK_KEYBOARD_CONFIG_H
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCEEB
@@ -87,4 +84,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
#endif