diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
| commit | 4aea806aa8aa585930a89b67d7206050ac6adb3a (patch) | |
| tree | ad8b36cc2ebb7500a531ff4601a6fbdf1086ffe2 /tmk_core/common/keymap.h | |
| parent | b5c22ab5b5b77d5e21cc4145831608eed6756ad7 (diff) | |
| parent | b8d2e66638409066661e7dd3c66473d583256ec5 (diff) | |
| download | qmk_firmware-4aea806aa8aa585930a89b67d7206050ac6adb3a.tar.gz qmk_firmware-4aea806aa8aa585930a89b67d7206050ac6adb3a.zip | |
Adding Musical Notes
Diffstat (limited to 'tmk_core/common/keymap.h')
| -rw-r--r-- | tmk_core/common/keymap.h | 3 |
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/>. | |||
| 22 | #include <stdbool.h> | 22 | #include <stdbool.h> |
| 23 | #include "action.h" | 23 | #include "action.h" |
| 24 | 24 | ||
| 25 | |||
| 26 | #ifdef BOOTMAGIC_ENABLE | ||
| 27 | /* NOTE: Not portable. Bit field order depends on implementation */ | 25 | /* NOTE: Not portable. Bit field order depends on implementation */ |
| 28 | typedef union { | 26 | typedef union { |
| 29 | uint8_t raw; | 27 | uint8_t raw; |
| @@ -39,7 +37,6 @@ typedef union { | |||
| 39 | }; | 37 | }; |
| 40 | } keymap_config_t; | 38 | } keymap_config_t; |
| 41 | keymap_config_t keymap_config; | 39 | keymap_config_t keymap_config; |
| 42 | #endif | ||
| 43 | 40 | ||
| 44 | 41 | ||
| 45 | /* translates key to keycode */ | 42 | /* translates key to keycode */ |
