Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)

This commit is contained in:
Ryan
2023-04-14 19:42:50 +10:00
committed by GitHub
parent cf5626e024
commit 54634e9263
45 changed files with 349 additions and 516 deletions

View File

@@ -1,13 +1,6 @@
// This is the canonical layout file for the Quantum project. If you want to add another keyboard,
// this is the style you want to emulate.
#include "planck.h"
#include "action_layer.h"
// #include "dynamic_macro.h"
#ifdef AUDIO_ENABLE
#include "audio.h"
#endif
#include "eeconfig.h"
#include "ishtob.h"
extern keymap_config_t keymap_config;

View File

@@ -1,2 +0,0 @@
SUBPROJECT = rev3

View File

@@ -1,5 +1,3 @@
SUBPROJECT_DEFAULT = rev4
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = yes