diff options
Diffstat (limited to 'keyboards/evyd13/gh80_3700/gh80_3700.c')
-rw-r--r-- | keyboards/evyd13/gh80_3700/gh80_3700.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/evyd13/gh80_3700/gh80_3700.c b/keyboards/evyd13/gh80_3700/gh80_3700.c index 40093f1022..617de50d5d 100644 --- a/keyboards/evyd13/gh80_3700/gh80_3700.c +++ b/keyboards/evyd13/gh80_3700/gh80_3700.c @@ -13,7 +13,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/>. */ -#include "gh80_3700.h" +#include "quantum.h" void led_init_ports(void) { setPinOutput(E6); |