From cb33643f0209202e5d195613ad685e3cdae4ef2d Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 22 Mar 2019 14:48:29 -0700 Subject: [PATCH] Remove user keymap changes --- keyboards/orthodox/keymaps/oscillope/config.h | 6 +++++- keyboards/orthodox/keymaps/rfvizarra/config.h | 6 +++++- keyboards/orthodox/keymaps/xyverz/config.h | 7 ++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index edd5d74b77921809ce7212c3f6e663546226b560..3b1fd5000786c0a02f4b5f49b625d2253ef047e3 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h @@ -19,8 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#pragma once +#ifndef CONFIG_USER_H +#define CONFIG_USER_H +#include "config_common.h" /* Use I2C or Serial, not both */ @@ -35,3 +37,5 @@ along with this program. If not, see . #define TAPPING_TERM 200 #define TAPPING_TOGGLE 3 + +#endif diff --git a/keyboards/orthodox/keymaps/rfvizarra/config.h b/keyboards/orthodox/keymaps/rfvizarra/config.h index 7254621808a72ecab3212e44ec885f1693d9d5c4..7ac207f0d36ddf453c4a7a9fe5d517e96cfb366f 100644 --- a/keyboards/orthodox/keymaps/rfvizarra/config.h +++ b/keyboards/orthodox/keymaps/rfvizarra/config.h @@ -19,8 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H -#pragma once +#include "config_common.h" #ifdef AUDIO_ENABLE #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ @@ -39,3 +41,5 @@ along with this program. If not, see . // #define MASTER_LEFT // #define MASTER_RIGHT #define EE_HANDS + +#endif diff --git a/keyboards/orthodox/keymaps/xyverz/config.h b/keyboards/orthodox/keymaps/xyverz/config.h index 80d5dfd2ecd2ecce47453c8ef525fe80a6d164c6..fc6d5d23b5a29f671096bb118c1d14a325fccbfc 100644 --- a/keyboards/orthodox/keymaps/xyverz/config.h +++ b/keyboards/orthodox/keymaps/xyverz/config.h @@ -19,7 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#pragma once +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" /* Use I2C or Serial, not both */ @@ -31,3 +34,5 @@ along with this program. If not, see . #define MASTER_LEFT // #define _MASTER_RIGHT // #define EE_HANDS + +#endif