summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/rfvizarra/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-03-22 22:48:29 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-04-05 23:58:42 +0200
commitcb33643f0209202e5d195613ad685e3cdae4ef2d (patch)
treede7b43d5b5c7461a00d45129761d11c19fdae566 /keyboards/orthodox/keymaps/rfvizarra/config.h
parentc9a2d9d1aa8bb5f257954ea0569f707c0ae758b0 (diff)
downloadqmk_firmware-cb33643f0209202e5d195613ad685e3cdae4ef2d.tar.gz
qmk_firmware-cb33643f0209202e5d195613ad685e3cdae4ef2d.tar.xz
Remove user keymap changes
Diffstat (limited to 'keyboards/orthodox/keymaps/rfvizarra/config.h')
-rw-r--r--keyboards/orthodox/keymaps/rfvizarra/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/orthodox/keymaps/rfvizarra/config.h b/keyboards/orthodox/keymaps/rfvizarra/config.h
index 725462180..7ac207f0d 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 <http://www.gnu.org/licenses/>.
*/
+#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 <http://www.gnu.org/licenses/>.
// #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS
+
+#endif