Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
This commit is contained in:
@@ -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;
|
||||
|
@@ -1,2 +0,0 @@
|
||||
SUBPROJECT = rev3
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
SUBPROJECT_DEFAULT = rev4
|
||||
|
||||
MOUSEKEY_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
AUDIO_ENABLE = yes
|
||||
|
Reference in New Issue
Block a user