1
0
Fork 0

remove hardware files, move arrow pad

This commit is contained in:
Jack Humbert 2017-06-18 12:33:14 -04:00
parent 5682254f71
commit f2e1609801
19 changed files with 1 additions and 22008 deletions

View file

@ -0,0 +1,13 @@
#ifndef ARROW_PAD_H
#define ARROW_PAD_H
#include "quantum.h"
#include "matrix.h"
#include "keymap.h"
#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
#include <avr/io.h>
#include <stddef.h>
#endif