Skip to content

Commit

Permalink
Remove some use of keymap.h (qmk#20316)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Apr 2, 2023
1 parent 1b8c7c3 commit 1fb06ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions keyboards/xiudi/xd75/keymaps/germanized/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion users/bcat/bcat.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include <stdbool.h>

#include "keymap.h"
#include "keycodes.h"

/* Layer numbers shared across keymaps. */
enum user_layer {
Expand Down
2 changes: 1 addition & 1 deletion users/toinux/keymap_qwerty_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include "keymap.h"
#include "keycodes.h"

// clang-format off

Expand Down

0 comments on commit 1fb06ee

Please sign in to comment.