]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove user keymap changes
authorDrashna Jaelre <drashna@live.com>
Fri, 22 Mar 2019 21:48:29 +0000 (14:48 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 5 Apr 2019 21:58:42 +0000 (14:58 -0700)
keyboards/orthodox/keymaps/oscillope/config.h
keyboards/orthodox/keymaps/rfvizarra/config.h
keyboards/orthodox/keymaps/xyverz/config.h

index edd5d74b77921809ce7212c3f6e663546226b560..3b1fd5000786c0a02f4b5f49b625d2253ef047e3 100644 (file)
@@ -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/>.
 */
 
-#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 <http://www.gnu.org/licenses/>.
 
 #define TAPPING_TERM 200
 #define TAPPING_TOGGLE 3
+
+#endif
index 7254621808a72ecab3212e44ec885f1693d9d5c4..7ac207f0d36ddf453c4a7a9fe5d517e96cfb366f 100644 (file)
@@ -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
index 80d5dfd2ecd2ecce47453c8ef525fe80a6d164c6..fc6d5d23b5a29f671096bb118c1d14a325fccbfc 100644 (file)
@@ -19,7 +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/>.
 */
 
-#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 <http://www.gnu.org/licenses/>.
 #define MASTER_LEFT
 // #define _MASTER_RIGHT
 // #define EE_HANDS
+
+#endif