diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-05-14 07:11:12 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-14 10:11:12 -0400 |
| commit | 678fae6ccef96ee1f7a722d4781e18c8314e3b29 (patch) | |
| tree | 32641bb9b1b7533085cb59b146adddfa5bba65c3 /keyboards/lets_split/keymaps/mjt/keymap.c | |
| parent | 38f204db3031475aef2252e1ad11e4c87fb559f1 (diff) | |
| download | qmk_firmware-678fae6ccef96ee1f7a722d4781e18c8314e3b29.tar.gz qmk_firmware-678fae6ccef96ee1f7a722d4781e18c8314e3b29.zip | |
Reformat 40% Ortho boards to work with Layouts feature (#2804)
* Reformat 40% Ortho boards to work with Layouts feature
* Fix krusli keymap to compile properly
* Fix mt40 compile errors
* Fix layouts
* fix RGB?
Diffstat (limited to 'keyboards/lets_split/keymaps/mjt/keymap.c')
| -rw-r--r-- | keyboards/lets_split/keymaps/mjt/keymap.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/lets_split/keymaps/mjt/keymap.c b/keyboards/lets_split/keymaps/mjt/keymap.c index 47f2ff2f8..2c61cce3b 100644 --- a/keyboards/lets_split/keymaps/mjt/keymap.c +++ b/keyboards/lets_split/keymaps/mjt/keymap.c | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | #include "lets_split.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | 2 | |
| 3 | #include "eeconfig.h" | ||
| 4 | #ifdef BACKLIGHT_ENABLE | ||
| 5 | #include "backlight.h" | ||
| 6 | #endif | ||
| 7 | 3 | ||
| 8 | extern keymap_config_t keymap_config; | 4 | extern keymap_config_t keymap_config; |
| 9 | 5 | ||
