diff options
author | Joel Challis <git@zvecr.com> | 2023-03-03 17:50:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 17:50:40 +0000 |
commit | 3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch) | |
tree | cc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /keyboards/handwired/arrow_pad | |
parent | c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff) |
Remove some use of keymap.h (#20006)
Diffstat (limited to 'keyboards/handwired/arrow_pad')
-rw-r--r-- | keyboards/handwired/arrow_pad/arrow_pad.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/arrow_pad/arrow_pad.h b/keyboards/handwired/arrow_pad/arrow_pad.h index 2d677beb5c..489dae2a4e 100644 --- a/keyboards/handwired/arrow_pad/arrow_pad.h +++ b/keyboards/handwired/arrow_pad/arrow_pad.h @@ -1,13 +1,6 @@ #pragma once #include "quantum.h" -#include "matrix.h" -#include "keymap.h" -#ifdef BACKLIGHT_ENABLE - #include "backlight.h" -#endif -#include <avr/io.h> -#include <stddef.h> #define XXX KC_NO |