Browse Source

[Keyboard] Fix Compiler issues for quick17 (#14500)

pull/14513/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
d9ca201f79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      keyboards/yushakobo/quick17/keymaps/default/keymap.c
  2. +1
    -0
      keyboards/yushakobo/quick17/keymaps/via/keymap.c

+ 1
- 0
keyboards/yushakobo/quick17/keymaps/default/keymap.c View File

@ -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 {


+ 1
- 0
keyboards/yushakobo/quick17/keymaps/via/keymap.c View File

@ -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 {


Loading…
Cancel
Save