diff options
| -rw-r--r-- | keyboards/orthodox/keymaps/oscillope/config.h | 6 | ||||
| -rw-r--r-- | keyboards/orthodox/keymaps/rfvizarra/config.h | 6 | ||||
| -rw-r--r-- | keyboards/orthodox/keymaps/xyverz/config.h | 7 | ||||
| -rw-r--r-- | keyboards/orthodox/orthodox.h | 9 | ||||
| -rw-r--r-- | keyboards/orthodox/rev1/rev1.h | 7 | ||||
| -rw-r--r-- | keyboards/orthodox/rev3/rev3.h | 6 | ||||
| -rw-r--r-- | keyboards/orthodox/rev3_teensy/rev3_teensy.h | 6 |
7 files changed, 9 insertions, 38 deletions
diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index 3b1fd5000..edd5d74b7 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h | |||
| @@ -19,10 +19,8 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef CONFIG_USER_H | 22 | #pragma once |
| 23 | #define CONFIG_USER_H | ||
| 24 | 23 | ||
| 25 | #include "config_common.h" | ||
| 26 | 24 | ||
| 27 | /* Use I2C or Serial, not both */ | 25 | /* Use I2C or Serial, not both */ |
| 28 | 26 | ||
| @@ -37,5 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | 35 | ||
| 38 | #define TAPPING_TERM 200 | 36 | #define TAPPING_TERM 200 |
| 39 | #define TAPPING_TOGGLE 3 | 37 | #define TAPPING_TOGGLE 3 |
| 40 | |||
| 41 | #endif | ||
diff --git a/keyboards/orthodox/keymaps/rfvizarra/config.h b/keyboards/orthodox/keymaps/rfvizarra/config.h index 7ac207f0d..725462180 100644 --- a/keyboards/orthodox/keymaps/rfvizarra/config.h +++ b/keyboards/orthodox/keymaps/rfvizarra/config.h | |||
| @@ -19,10 +19,8 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef CONFIG_USER_H | ||
| 23 | #define CONFIG_USER_H | ||
| 24 | 22 | ||
| 25 | #include "config_common.h" | 23 | #pragma once |
| 26 | 24 | ||
| 27 | #ifdef AUDIO_ENABLE | 25 | #ifdef AUDIO_ENABLE |
| 28 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 26 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |
| @@ -41,5 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | // #define MASTER_LEFT | 39 | // #define MASTER_LEFT |
| 42 | // #define MASTER_RIGHT | 40 | // #define MASTER_RIGHT |
| 43 | #define EE_HANDS | 41 | #define EE_HANDS |
| 44 | |||
| 45 | #endif | ||
diff --git a/keyboards/orthodox/keymaps/xyverz/config.h b/keyboards/orthodox/keymaps/xyverz/config.h index fc6d5d23b..80d5dfd2e 100644 --- a/keyboards/orthodox/keymaps/xyverz/config.h +++ b/keyboards/orthodox/keymaps/xyverz/config.h | |||
| @@ -19,10 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef CONFIG_USER_H | 22 | #pragma once |
| 23 | #define CONFIG_USER_H | ||
| 24 | |||
| 25 | #include "../../config.h" | ||
| 26 | 23 | ||
| 27 | /* Use I2C or Serial, not both */ | 24 | /* Use I2C or Serial, not both */ |
| 28 | 25 | ||
| @@ -34,5 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #define MASTER_LEFT | 31 | #define MASTER_LEFT |
| 35 | // #define _MASTER_RIGHT | 32 | // #define _MASTER_RIGHT |
| 36 | // #define EE_HANDS | 33 | // #define EE_HANDS |
| 37 | |||
| 38 | #endif | ||
diff --git a/keyboards/orthodox/orthodox.h b/keyboards/orthodox/orthodox.h index 51c524552..6f8dad60a 100644 --- a/keyboards/orthodox/orthodox.h +++ b/keyboards/orthodox/orthodox.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #ifndef ORTHODOX_H | 1 | #pragma once |
| 2 | #define ORTHODOX_H | 2 | |
| 3 | #include "quantum.h" | ||
| 3 | 4 | ||
| 4 | #ifdef KEYBOARD_orthodox_rev1 | 5 | #ifdef KEYBOARD_orthodox_rev1 |
| 5 | #include "rev1.h" | 6 | #include "rev1.h" |
| @@ -25,7 +26,3 @@ | |||
| 25 | { KC_##LR18, KC_##LR17, KC_##LR16, KC_##LR15, KC_##LR14, KC_##LR13, KC_##LR12, KC_NO, KC_##LR10 }, \ | 26 | { KC_##LR18, KC_##LR17, KC_##LR16, KC_##LR15, KC_##LR14, KC_##LR13, KC_##LR12, KC_NO, KC_##LR10 }, \ |
| 26 | { KC_##LR28, KC_##LR27, KC_##LR26, KC_##LR25, KC_##LR24, KC_##LR23, KC_##LR22, KC_##LR21, KC_##LR20 } \ | 27 | { KC_##LR28, KC_##LR27, KC_##LR26, KC_##LR25, KC_##LR24, KC_##LR23, KC_##LR22, KC_##LR21, KC_##LR20 } \ |
| 27 | } | 28 | } |
| 28 | |||
| 29 | #include "quantum.h" | ||
| 30 | |||
| 31 | #endif | ||
diff --git a/keyboards/orthodox/rev1/rev1.h b/keyboards/orthodox/rev1/rev1.h index e73263fb6..783dfb34b 100644 --- a/keyboards/orthodox/rev1/rev1.h +++ b/keyboards/orthodox/rev1/rev1.h | |||
| @@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef REV1_H | 22 | #pragma once |
| 23 | #define REV1_H | ||
| 24 | 23 | ||
| 25 | #include "orthodox.h" | 24 | #include "orthodox.h" |
| 26 | 25 | ||
| @@ -42,7 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ | 41 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ |
| 43 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ | 42 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ |
| 44 | } | 43 | } |
| 45 | |||
| 46 | #endif | ||
| 47 | |||
| 48 | |||
diff --git a/keyboards/orthodox/rev3/rev3.h b/keyboards/orthodox/rev3/rev3.h index 2be9b9605..783dfb34b 100644 --- a/keyboards/orthodox/rev3/rev3.h +++ b/keyboards/orthodox/rev3/rev3.h | |||
| @@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef REV3_H | 22 | #pragma once |
| 23 | #define REV3_H | ||
| 24 | 23 | ||
| 25 | #include "orthodox.h" | 24 | #include "orthodox.h" |
| 26 | 25 | ||
| @@ -42,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ | 41 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ |
| 43 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ | 42 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ |
| 44 | } | 43 | } |
| 45 | |||
| 46 | #endif | ||
| 47 | |||
diff --git a/keyboards/orthodox/rev3_teensy/rev3_teensy.h b/keyboards/orthodox/rev3_teensy/rev3_teensy.h index 0081a0df0..783dfb34b 100644 --- a/keyboards/orthodox/rev3_teensy/rev3_teensy.h +++ b/keyboards/orthodox/rev3_teensy/rev3_teensy.h | |||
| @@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef REV3_TEENSY_H | 22 | #pragma once |
| 23 | #define REV3_TEENSY_H | ||
| 24 | 23 | ||
| 25 | #include "orthodox.h" | 24 | #include "orthodox.h" |
| 26 | 25 | ||
| @@ -42,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ | 41 | { R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \ |
| 43 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ | 42 | { R28, R27, R26, R25, R24, R23, R22, R21, R20 } \ |
| 44 | } | 43 | } |
| 45 | |||
| 46 | #endif | ||
| 47 | |||
