@@ -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
@@ -18,7 +18,7 @@
#include <stdbool.h>
+#include "keycodes.h"
/* Layer numbers shared across keymaps. */
enum user_layer {
@@ -16,7 +16,7 @@
#pragma once
// clang-format off