aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergo42/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergo42/keymaps/default/config.h')
-rw-r--r--keyboards/ergo42/keymaps/default/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/ergo42/keymaps/default/config.h b/keyboards/ergo42/keymaps/default/config.h
index 5a6261c4f..360d6a562 100644
--- a/keyboards/ergo42/keymaps/default/config.h
+++ b/keyboards/ergo42/keymaps/default/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. 18along 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 "../../config.h"
25 22
26/* Use I2C or Serial, not both */ 23/* Use I2C or Serial, not both */
27 24
@@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34// #define MASTER_RIGHT 31// #define MASTER_RIGHT
35// #define EE_HANDS 32// #define EE_HANDS
36 33
37#endif