From cb33643f0209202e5d195613ad685e3cdae4ef2d Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 22 Mar 2019 14:48:29 -0700 Subject: Remove user keymap changes --- keyboards/orthodox/keymaps/rfvizarra/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'keyboards/orthodox/keymaps/rfvizarra') diff --git a/keyboards/orthodox/keymaps/rfvizarra/config.h b/keyboards/orthodox/keymaps/rfvizarra/config.h index 7254621808..7ac207f0d3 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 -- cgit v1.2.3