Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)

This commit is contained in:
Ryan
2023-04-14 19:42:50 +10:00
committed by GitHub
parent cf5626e024
commit 54634e9263
45 changed files with 349 additions and 516 deletions

View File

@@ -1,7 +1,7 @@
#ifndef USERSPACE
#define USERSPACE
#include "quantum.h"
#include QMK_KEYBOARD_H
enum custom_keycodes {
CK_SAFE = SAFE_RANGE,