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 |
3 files changed, 16 insertions, 3 deletions
diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index edd5d74b7..3b1fd5000 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h | |||
| @@ -19,8 +19,10 @@ 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 | #pragma once | 22 | #ifndef CONFIG_USER_H |
| 23 | #define CONFIG_USER_H | ||
| 23 | 24 | ||
| 25 | #include "config_common.h" | ||
| 24 | 26 | ||
| 25 | /* Use I2C or Serial, not both */ | 27 | /* Use I2C or Serial, not both */ |
| 26 | 28 | ||
| @@ -35,3 +37,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | 37 | ||
| 36 | #define TAPPING_TERM 200 | 38 | #define TAPPING_TERM 200 |
| 37 | #define TAPPING_TOGGLE 3 | 39 | #define TAPPING_TOGGLE 3 |
| 40 | |||
| 41 | #endif | ||
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 | |||
| 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 | ||
| 22 | 24 | ||
| 23 | #pragma once | 25 | #include "config_common.h" |
| 24 | 26 | ||
| 25 | #ifdef AUDIO_ENABLE | 27 | #ifdef AUDIO_ENABLE |
| 26 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 28 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |
| @@ -39,3 +41,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 39 | // #define MASTER_LEFT | 41 | // #define MASTER_LEFT |
| 40 | // #define MASTER_RIGHT | 42 | // #define MASTER_RIGHT |
| 41 | #define EE_HANDS | 43 | #define EE_HANDS |
| 44 | |||
| 45 | #endif | ||
diff --git a/keyboards/orthodox/keymaps/xyverz/config.h b/keyboards/orthodox/keymaps/xyverz/config.h index 80d5dfd2e..fc6d5d23b 100644 --- a/keyboards/orthodox/keymaps/xyverz/config.h +++ b/keyboards/orthodox/keymaps/xyverz/config.h | |||
| @@ -19,7 +19,10 @@ 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 | #pragma once | 22 | #ifndef CONFIG_USER_H |
| 23 | #define CONFIG_USER_H | ||
| 24 | |||
| 25 | #include "../../config.h" | ||
| 23 | 26 | ||
| 24 | /* Use I2C or Serial, not both */ | 27 | /* Use I2C or Serial, not both */ |
| 25 | 28 | ||
| @@ -31,3 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | #define MASTER_LEFT | 34 | #define MASTER_LEFT |
| 32 | // #define _MASTER_RIGHT | 35 | // #define _MASTER_RIGHT |
| 33 | // #define EE_HANDS | 36 | // #define EE_HANDS |
| 37 | |||
| 38 | #endif | ||
