diff options
| author | zvecr <git@zvecr.com> | 2018-12-14 21:29:30 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-12-14 13:29:30 -0800 |
| commit | cb149650efd07cbdc3cacb1fe2eb58f17eee5965 (patch) | |
| tree | b86ff3dd99628c496d822b1b5d9d9968bbc2ec0c /keyboards/lets_split_eh/keymaps/default/config.h | |
| parent | 4446f86bfd273512d473d33c46d99690db5fbc51 (diff) | |
| download | qmk_firmware-cb149650efd07cbdc3cacb1fe2eb58f17eee5965.tar.gz qmk_firmware-cb149650efd07cbdc3cacb1fe2eb58f17eee5965.zip | |
Keyboard: Lets split eh default keymap - Fixes for superseded default layer functionality (#4581)
* Fixes for superseded default layer functionality
* Fixes for superseded default layer functionality
Diffstat (limited to 'keyboards/lets_split_eh/keymaps/default/config.h')
| -rw-r--r-- | keyboards/lets_split_eh/keymaps/default/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/lets_split_eh/keymaps/default/config.h b/keyboards/lets_split_eh/keymaps/default/config.h index a1df337bd..c535299e7 100644 --- a/keyboards/lets_split_eh/keymaps/default/config.h +++ b/keyboards/lets_split_eh/keymaps/default/config.h | |||
| @@ -18,9 +18,6 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | 22 | ||
| 24 | #include "../../config.h" | 23 | // place overrides here |
| 25 | |||
| 26 | #endif \ No newline at end of file | ||
