summaryrefslogtreecommitdiff
path: root/tmk_core/common/keymap.h
diff options
context:
space:
mode:
authorJack Humbert2016-04-16 18:51:58 -0400
committerJack Humbert2016-04-16 18:51:58 -0400
commitab19ebd08a8b955775e6fa94cdf6b8d128d8b43c (patch)
tree7120e8037a1a9935b3b9e4109e251530f893c3b3 /tmk_core/common/keymap.h
parent5f648b6c4060d586c343ea05562c607e2630dfc4 (diff)
MAGIC functionality, AG swap in default layout
Diffstat (limited to 'tmk_core/common/keymap.h')
-rw-r--r--tmk_core/common/keymap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/keymap.h b/tmk_core/common/keymap.h
index e1a6f992e..abc9bdb32 100644
--- a/tmk_core/common/keymap.h
+++ b/tmk_core/common/keymap.h
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
#include "action.h"
-
-#ifdef BOOTMAGIC_ENABLE
/* NOTE: Not portable. Bit field order depends on implementation */
typedef union {
uint8_t raw;
@@ -39,7 +37,6 @@ typedef union {
};
} keymap_config_t;
keymap_config_t keymap_config;
-#endif
/* translates key to keycode */