diff options
| author | Joel Challis | 2024-05-21 14:38:30 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-21 14:38:30 +0200 |
| commit | 1c650aa55ca410bd888bb419604aa4feab56764e (patch) | |
| tree | b3b622d07b1ff6e4047f44c0aff309766a2c47c2 /keyboards/kinesis/alvicstep | |
| parent | 3400908b08284a8e2e17efa19053af874cd44e0c (diff) | |
Remove includes of config.h (#23760)
Diffstat (limited to 'keyboards/kinesis/alvicstep')
| -rw-r--r-- | keyboards/kinesis/alvicstep/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/kinesis/alvicstep/matrix.c b/keyboards/kinesis/alvicstep/matrix.c index e1e637725b..e45b9823c1 100644 --- a/keyboards/kinesis/alvicstep/matrix.c +++ b/keyboards/kinesis/alvicstep/matrix.c @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "util.h" #include "matrix.h" #include "led.h" -#include "config.h" #ifndef DEBOUNCE # define DEBOUNCE 5 |