]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Additional cleanup of orthodox files and keymaps
authorDrashna Jaelre <drashna@live.com>
Tue, 29 Jan 2019 17:09:10 +0000 (09:09 -0800)
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
keyboards/orthodox/orthodox.h
keyboards/orthodox/rev1/rev1.h
keyboards/orthodox/rev3/rev3.h
keyboards/orthodox/rev3_teensy/rev3_teensy.h

index 3b1fd5000786c0a02f4b5f49b625d2253ef047e3..edd5d74b77921809ce7212c3f6e663546226b560 100644 (file)
@@ -19,10 +19,8 @@ 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"
 
 /* Use I2C or Serial, not both */
 
@@ -37,5 +35,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define TAPPING_TERM 200
 #define TAPPING_TOGGLE 3
-
-#endif
index 7ac207f0d36ddf453c4a7a9fe5d517e96cfb366f..7254621808a72ecab3212e44ec885f1693d9d5c4 100644 (file)
@@ -19,10 +19,8 @@ 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
 
-#include "config_common.h"
+#pragma once
 
 #ifdef AUDIO_ENABLE
 #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
@@ -41,5 +39,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // #define MASTER_LEFT
 // #define MASTER_RIGHT
 #define EE_HANDS
-
-#endif
index fc6d5d23b5a29f671096bb118c1d14a325fccbfc..80d5dfd2ecd2ecce47453c8ef525fe80a6d164c6 100644 (file)
@@ -19,10 +19,7 @@ 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
-
-#include "../../config.h"
+#pragma once
 
 /* Use I2C or Serial, not both */
 
@@ -34,5 +31,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MASTER_LEFT
 // #define _MASTER_RIGHT
 // #define EE_HANDS
-
-#endif
index 51c524552789497b913da1fa59899014da7c795e..6f8dad60acb07b05768d25ff1a8c40dc8df7b06e 100644 (file)
@@ -1,5 +1,6 @@
-#ifndef ORTHODOX_H
-#define ORTHODOX_H
+#pragma once
+
+#include "quantum.h"
 
 #ifdef KEYBOARD_orthodox_rev1
     #include "rev1.h"
@@ -25,7 +26,3 @@
                { KC_##LR18, KC_##LR17, KC_##LR16, KC_##LR15, KC_##LR14, KC_##LR13, KC_##LR12, KC_NO, KC_##LR10 }, \
                { KC_##LR28, KC_##LR27, KC_##LR26, KC_##LR25, KC_##LR24, KC_##LR23, KC_##LR22, KC_##LR21, KC_##LR20 } \
        }
-
-#include "quantum.h"
-
-#endif
index e73263fb68702f85c5fb89d7f110c95691c428db..783dfb34b95fbec6b4ca8fc7a230a3c8a198f59c 100644 (file)
@@ -19,8 +19,7 @@ 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 REV1_H
-#define REV1_H
+#pragma once
 
 #include "orthodox.h"
 
@@ -42,7 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \
                { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \
        }
-
-#endif
-
-
index 2be9b9605cea2b76a451c034018a864b5d97a69a..783dfb34b95fbec6b4ca8fc7a230a3c8a198f59c 100644 (file)
@@ -19,8 +19,7 @@ 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 REV3_H
-#define REV3_H
+#pragma once
 
 #include "orthodox.h"
 
@@ -42,6 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \
                { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \
        }
-
-#endif
-
index 0081a0df011812e04481fed12545f50f3ec1b957..783dfb34b95fbec6b4ca8fc7a230a3c8a198f59c 100644 (file)
@@ -19,8 +19,7 @@ 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 REV3_TEENSY_H
-#define REV3_TEENSY_H
+#pragma once
 
 #include "orthodox.h"
 
@@ -42,6 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \
                { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \
        }
-
-#endif
-