This website requires JavaScript.
Explore
Help
Sign In
andrejl
/
qmk-dactyl-manuform-a
Watch
1
Star
0
Fork
You've already forked qmk-dactyl-manuform-a
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5d7f2823c9
qmk-dactyl-manuform-a
/
keyboards
/
ergotravel
/
ergotravel.h
8 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
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.
2018-10-15 17:31:26 +02:00
#
pragma once
adding all ErgoTravel Files (#3129) * adding all ErgoTravel Files * fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c
2018-06-05 18:15:19 +02:00
#
ifdef KEYBOARD_ergotravel_rev1
#
include
"rev1.h"
#
endif
#
include
"quantum.h"