summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-01 02:55:17 +0000
committerQMK Bot <hello@qmk.fm>2022-10-01 02:55:17 +0000
commitf81123469ec1443267e88af1e40d5b399338fbd8 (patch)
tree1694e834e96e4eae9edf8243d57c9014950c7e84 /keyboards
parent165d2e867dd208bc8673672aad35a4a935bedea1 (diff)
parent9f0d9b4fbea2da81c82d7dc091aa56d52a7db675 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/handwired/onekey/keymaps/quine/keymap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/handwired/onekey/keymaps/quine/keymap.c b/keyboards/handwired/onekey/keymaps/quine/keymap.c
index f440bba83a..5f1416c77e 100644
--- a/keyboards/handwired/onekey/keymaps/quine/keymap.c
+++ b/keyboards/handwired/onekey/keymaps/quine/keymap.c
@@ -1,7 +1,7 @@
-#include <quantum.h>
+#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { LAYOUT_ortho_1x1(KC_A) };
const char *buf[30] = {
-"#include <quantum.h>",
+"#include QMK_KEYBOARD_H",
"const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { LAYOUT_ortho_1x1(KC_A) };",
"const char *buf[30] = {",
"",
@@ -57,4 +57,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return true;
};
-