Skip to content

Commit

Permalink
[Keyboard] Fix Compiler issues for quick17 (qmk#14500)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and sar committed Sep 19, 2021
1 parent 7c53d74 commit a0ee2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/yushakobo/quick17/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "quick17_prefs.h"

// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
Expand Down
1 change: 1 addition & 0 deletions keyboards/yushakobo/quick17/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "quick17_prefs.h"

// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
Expand Down

0 comments on commit a0ee2b5

Please sign in to comment.