Remove some use of keymap.h (#20316)

This commit is contained in:
Joel Challis 2023-04-02 05:31:22 +01:00 committed by GitHub
parent 1b8c7c39d7
commit 1fb06ee9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View File

@ -2,13 +2,6 @@
*/
#include QMK_KEYBOARD_H
#ifndef KEYMAP_GERMAN
#define KEYMAP_GERMAN
#include "keymap.h"
#endif
//Tap Dance Declarations
enum {
TD_ESC_RUPT = 0

View File

@ -18,7 +18,7 @@
#include <stdbool.h>
#include "keymap.h"
#include "keycodes.h"
/* Layer numbers shared across keymaps. */
enum user_layer {

View File

@ -16,7 +16,7 @@
#pragma once
#include "keymap.h"
#include "keycodes.h"
// clang-format off