diff options
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco-macOS/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco-macOS/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco-underglow/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco-underglow/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/biacco/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/default-illustrator/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/default-illustrator/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/default-underglow/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/default/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/default/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/hdbx/config.h | 6 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/hdbx/rules.mk | 5 | ||||
| -rw-r--r-- | keyboards/ergo42/keymaps/ichi-t/config.h | 6 |
14 files changed, 8 insertions, 61 deletions
diff --git a/keyboards/ergo42/keymaps/biacco-macOS/config.h b/keyboards/ergo42/keymaps/biacco-macOS/config.h index 5a6261c4f..360d6a562 100644 --- a/keyboards/ergo42/keymaps/biacco-macOS/config.h +++ b/keyboards/ergo42/keymaps/biacco-macOS/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 31 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
| 36 | 33 | ||
| 37 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/biacco-macOS/rules.mk b/keyboards/ergo42/keymaps/biacco-macOS/rules.mk deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/ergo42/keymaps/biacco-macOS/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/ergo42/keymaps/biacco-underglow/config.h b/keyboards/ergo42/keymaps/biacco-underglow/config.h index bc80be306..efadfa814 100644 --- a/keyboards/ergo42/keymaps/biacco-underglow/config.h +++ b/keyboards/ergo42/keymaps/biacco-underglow/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -40,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 40 | #define RGBLIGHT_ANIMATIONS | 37 | #define RGBLIGHT_ANIMATIONS |
| 41 | #define RGBLIGHT_SLEEP | 38 | #define RGBLIGHT_SLEEP |
| 42 | 39 | ||
| 43 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/biacco-underglow/rules.mk b/keyboards/ergo42/keymaps/biacco-underglow/rules.mk index 75e9c6503..1e3cebb14 100644 --- a/keyboards/ergo42/keymaps/biacco-underglow/rules.mk +++ b/keyboards/ergo42/keymaps/biacco-underglow/rules.mk | |||
| @@ -1,5 +1 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
| 4 | |||
| 5 | RGBLIGHT_ENABLE = yes | RGBLIGHT_ENABLE = yes | |
diff --git a/keyboards/ergo42/keymaps/biacco/config.h b/keyboards/ergo42/keymaps/biacco/config.h index 5a6261c4f..360d6a562 100644 --- a/keyboards/ergo42/keymaps/biacco/config.h +++ b/keyboards/ergo42/keymaps/biacco/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 31 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
| 36 | 33 | ||
| 37 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/biacco/rules.mk b/keyboards/ergo42/keymaps/biacco/rules.mk deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/ergo42/keymaps/biacco/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/ergo42/keymaps/default-illustrator/config.h b/keyboards/ergo42/keymaps/default-illustrator/config.h index 5a6261c4f..360d6a562 100644 --- a/keyboards/ergo42/keymaps/default-illustrator/config.h +++ b/keyboards/ergo42/keymaps/default-illustrator/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 31 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
| 36 | 33 | ||
| 37 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/default-illustrator/rules.mk b/keyboards/ergo42/keymaps/default-illustrator/rules.mk deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/ergo42/keymaps/default-illustrator/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/ergo42/keymaps/default-underglow/config.h b/keyboards/ergo42/keymaps/default-underglow/config.h index bc80be306..efadfa814 100644 --- a/keyboards/ergo42/keymaps/default-underglow/config.h +++ b/keyboards/ergo42/keymaps/default-underglow/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -40,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 40 | #define RGBLIGHT_ANIMATIONS | 37 | #define RGBLIGHT_ANIMATIONS |
| 41 | #define RGBLIGHT_SLEEP | 38 | #define RGBLIGHT_SLEEP |
| 42 | 39 | ||
| 43 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/default/config.h b/keyboards/ergo42/keymaps/default/config.h index 5a6261c4f..360d6a562 100644 --- a/keyboards/ergo42/keymaps/default/config.h +++ b/keyboards/ergo42/keymaps/default/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 31 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
| 36 | 33 | ||
| 37 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/default/rules.mk b/keyboards/ergo42/keymaps/default/rules.mk deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/ergo42/keymaps/default/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/ergo42/keymaps/hdbx/config.h b/keyboards/ergo42/keymaps/hdbx/config.h index 6bddef1ea..4f0704ae1 100644 --- a/keyboards/ergo42/keymaps/hdbx/config.h +++ b/keyboards/ergo42/keymaps/hdbx/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -44,4 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | #define RGBLIGHT_SAT_STEP 17 | 41 | #define RGBLIGHT_SAT_STEP 17 |
| 45 | #define RGBLIGHT_VAL_STEP 17 | 42 | #define RGBLIGHT_VAL_STEP 17 |
| 46 | 43 | ||
| 47 | #endif | ||
diff --git a/keyboards/ergo42/keymaps/hdbx/rules.mk b/keyboards/ergo42/keymaps/hdbx/rules.mk deleted file mode 100644 index 1e5761278..000000000 --- a/keyboards/ergo42/keymaps/hdbx/rules.mk +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | |||
| 3 | ifndef QUANTUM_DIR | ||
| 4 | include ../../../../Makefile | ||
| 5 | endif | ||
diff --git a/keyboards/ergo42/keymaps/ichi-t/config.h b/keyboards/ergo42/keymaps/ichi-t/config.h index 5a6261c4f..360d6a562 100644 --- a/keyboards/ergo42/keymaps/ichi-t/config.h +++ b/keyboards/ergo42/keymaps/ichi-t/config.h | |||
| @@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef CONFIG_USER_H | 21 | #pragma once |
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | 22 | ||
| 26 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 27 | 24 | ||
| @@ -34,4 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 31 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 32 | // #define EE_HANDS |
| 36 | 33 | ||
| 37 | #endif | ||
