1
0
Fork 0

Remove some use of keymap.h (#20006)

This commit is contained in:
Joel Challis 2023-03-03 17:50:40 +00:00 committed by GitHub
parent c3c40dfda8
commit 3be5d90b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 11 additions and 22 deletions

View file

@ -10,9 +10,8 @@
crap is removed where possible
*/
#include QMK_KEYBOARD_H
#pragma once
#include "keymap.h"
#include QMK_KEYBOARD_H
#include <string.h>
#include <stdint.h>
#include <stdio.h>