1
0
Fork 0

Remove use of keymap.h (#20004)

This commit is contained in:
Joel Challis 2023-03-27 20:08:17 +01:00 committed by GitHub
parent 79b0f9168e
commit c485d1cf26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 26 deletions

View file

@ -17,24 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "platform_deps.h"
#include "action.h"
#include "keycode.h"
#include "report.h"
#include "host.h"
#include "debug.h"
#include "keycode_config.h"
#include "gpio.h" // for pin_t
#include "quantum_keycodes.h"
#include "keymap_common.h"
#ifdef ENCODER_MAP_ENABLE
// Ensure we have a forward declaration for the encoder map
# include "encoder.h"
#endif
#include "keymap_introspection.h"
#pragma message("'keymap.h' should no longer be included!")