Remove some use of keymap.h (#20316)
This commit is contained in:
parent
1b8c7c39d7
commit
1fb06ee9af
3 changed files with 2 additions and 9 deletions
|
@ -2,13 +2,6 @@
|
||||||
*/
|
*/
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
#ifndef KEYMAP_GERMAN
|
|
||||||
#define KEYMAP_GERMAN
|
|
||||||
|
|
||||||
#include "keymap.h"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//Tap Dance Declarations
|
//Tap Dance Declarations
|
||||||
enum {
|
enum {
|
||||||
TD_ESC_RUPT = 0
|
TD_ESC_RUPT = 0
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
|
|
||||||
/* Layer numbers shared across keymaps. */
|
/* Layer numbers shared across keymaps. */
|
||||||
enum user_layer {
|
enum user_layer {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue