aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/rev1/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev1/keymaps/default/config.h')
-rw-r--r--keyboards/helix/rev1/keymaps/default/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/helix/rev1/keymaps/default/config.h b/keyboards/helix/rev1/keymaps/default/config.h
index d95925d4e..0f81f5f7b 100644
--- a/keyboards/helix/rev1/keymaps/default/config.h
+++ b/keyboards/helix/rev1/keymaps/default/config.h
@@ -18,8 +18,9 @@ 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 22
23// place overrides here
23 24
24/* Use I2C or Serial, not both */ 25/* Use I2C or Serial, not both */
25 26
@@ -31,5 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31#define MASTER_LEFT 32#define MASTER_LEFT
32// #define _MASTER_RIGHT 33// #define _MASTER_RIGHT
33// #define EE_HANDS 34// #define EE_HANDS
34
35#endif