summaryrefslogtreecommitdiffstats
path: root/users/zer09
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-14 19:42:50 +1000
committerGitHub <noreply@github.com>2023-04-14 19:42:50 +1000
commit54634e92634f73a6d9111833adf58214cb4278c3 (patch)
treeb12409479c031deb6250368d9eac56866e9790e2 /users/zer09
parentcf5626e0246b66879b03a18115a19a566e839f48 (diff)
Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
Diffstat (limited to 'users/zer09')
-rw-r--r--users/zer09/zer09.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/zer09/zer09.h b/users/zer09/zer09.h
index cc91cd6f28..764fed2315 100644
--- a/users/zer09/zer09.h
+++ b/users/zer09/zer09.h
@@ -1,7 +1,7 @@
#ifndef USERSPACE
#define USERSPACE
-#include "quantum.h"
+#include QMK_KEYBOARD_H
enum custom_keycodes {
CK_SAFE = SAFE_RANGE,