summaryrefslogtreecommitdiff
path: root/keyboards/yushakobo/navpad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yushakobo/navpad')
-rw-r--r--keyboards/yushakobo/navpad/navpad_prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yushakobo/navpad/navpad_prefs.c b/keyboards/yushakobo/navpad/navpad_prefs.c
index fd2a7b0789..1ffd441674 100644
--- a/keyboards/yushakobo/navpad/navpad_prefs.c
+++ b/keyboards/yushakobo/navpad/navpad_prefs.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include QMK_KEYBOARD_H
+#include "navpad_prefs.h"
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
if (!process_record_user(keycode, record)) { return false; }