remove hardware files, move arrow pad
This commit is contained in:
13
keyboards/handwired/arrow_pad/arrow_pad.h
Normal file
13
keyboards/handwired/arrow_pad/arrow_pad.h
Normal 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
|
||||
Reference in New Issue
Block a user