diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-04 09:35:43 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-03 22:35:43 +0000 |
commit | 363cdb5fc00519a4eb45a4401b93451949c59d6a (patch) | |
tree | 8d5c1eb4938d162e3db353775ba42c0c7fe14e8a /keyboards/handwired/xealous | |
parent | be6562a22335b85e9904c0f7cc748943c9e809a7 (diff) |
Remove duplicate pro_micro.h (#7246)
Diffstat (limited to 'keyboards/handwired/xealous')
-rw-r--r-- | keyboards/handwired/xealous/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/xealous/matrix.c b/keyboards/handwired/xealous/matrix.c index 6d43db4d91..46410b986d 100644 --- a/keyboards/handwired/xealous/matrix.c +++ b/keyboards/handwired/xealous/matrix.c @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "util.h" #include "matrix.h" #include "split_util.h" -#include "pro_micro.h" #include "config.h" #include "timer.h" |