Преглед на файлове

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

Drashna Jaelre преди 3 години
родител
ревизия
d9ca201f79
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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

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

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