diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-09-19 07:01:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-19 07:01:02 -0700 |
| commit | d9ca201f79dce27de667c638ed6404bd4d10146a (patch) | |
| tree | 2394cc0d6e7a5e9f62b8712cb962c5eb1d893204 | |
| parent | ef5c6ea096033423c9b9e141c1fc94dcc41d84fa (diff) | |
| download | qmk_firmware-d9ca201f79dce27de667c638ed6404bd4d10146a.tar.gz qmk_firmware-d9ca201f79dce27de667c638ed6404bd4d10146a.zip | |
[Keyboard] Fix Compiler issues for quick17 (#14500)
| -rw-r--r-- | keyboards/yushakobo/quick17/keymaps/default/keymap.c | 1 | ||||
| -rw-r--r-- | keyboards/yushakobo/quick17/keymaps/via/keymap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/yushakobo/quick17/keymaps/default/keymap.c b/keyboards/yushakobo/quick17/keymaps/default/keymap.c index a3873bc1e..5f2f45a6e 100644 --- a/keyboards/yushakobo/quick17/keymaps/default/keymap.c +++ b/keyboards/yushakobo/quick17/keymaps/default/keymap.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include QMK_KEYBOARD_H | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "quick17_prefs.h" | ||
| 17 | 18 | ||
| 18 | // Defines the keycodes used by our macros in process_record_user | 19 | // Defines the keycodes used by our macros in process_record_user |
| 19 | enum custom_keycodes { | 20 | enum custom_keycodes { |
diff --git a/keyboards/yushakobo/quick17/keymaps/via/keymap.c b/keyboards/yushakobo/quick17/keymaps/via/keymap.c index a3873bc1e..5f2f45a6e 100644 --- a/keyboards/yushakobo/quick17/keymaps/via/keymap.c +++ b/keyboards/yushakobo/quick17/keymaps/via/keymap.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include QMK_KEYBOARD_H | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "quick17_prefs.h" | ||
| 17 | 18 | ||
| 18 | // Defines the keycodes used by our macros in process_record_user | 19 | // Defines the keycodes used by our macros in process_record_user |
| 19 | enum custom_keycodes { | 20 | enum custom_keycodes { |
