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) |
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 a1df337bd9..c535299e74 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 along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +#pragma once -#include "../../config.h" - -#endif
\ No newline at end of file + // place overrides here |