Remove some use of keymap.h (#20316)

master
Joel Challis 2 years ago committed by GitHub
parent 1b8c7c39d7
commit 1fb06ee9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      keyboards/xiudi/xd75/keymaps/germanized/keymap.c
  2. 2
      users/bcat/bcat.h
  3. 2
      users/toinux/keymap_qwerty_fr.h

@ -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…
Cancel
Save