diff options
Diffstat (limited to 'layouts/community/ortho_4x12/ergodoxish/config.h')
-rw-r--r-- | layouts/community/ortho_4x12/ergodoxish/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/ortho_4x12/ergodoxish/config.h b/layouts/community/ortho_4x12/ergodoxish/config.h index 3c3d9b885..33e934203 100644 --- a/layouts/community/ortho_4x12/ergodoxish/config.h +++ b/layouts/community/ortho_4x12/ergodoxish/config.h | |||
@@ -18,10 +18,7 @@ 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 | |||
24 | #include QMK_KEYBOARD_CONFIG_H | ||
25 | 22 | ||
26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
27 | 24 | ||
@@ -33,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
33 | #define MASTER_LEFT | 30 | #define MASTER_LEFT |
34 | // #define _MASTER_RIGHT | 31 | // #define _MASTER_RIGHT |
35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
36 | |||
37 | #endif \ No newline at end of file | ||