diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-26 07:54:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 00:54:17 +1000 |
commit | f07de1b3094fbb94a70435c80b06b676db1f46b8 (patch) | |
tree | 62f52906cf9df41040c9459096dbc2a7fcda922c | |
parent | 03f4c53564550024821aafadef69b5daaaa09abd (diff) | |
download | qmk_firmware-f07de1b3094fbb94a70435c80b06b676db1f46b8.tar.gz qmk_firmware-f07de1b3094fbb94a70435c80b06b676db1f46b8.zip |
[Keyboard] Fix double comment in config files (#14615)
-rw-r--r-- | keyboards/metamechs/timberwolf/config.h | 1 | ||||
-rw-r--r-- | keyboards/mint60/config.h | 2 | ||||
-rw-r--r-- | keyboards/miuni32/config.h | 1 | ||||
-rw-r--r-- | keyboards/snampad/config.h | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/metamechs/timberwolf/config.h b/keyboards/metamechs/timberwolf/config.h index 353d8073a1..fa0791a8ea 100644 --- a/keyboards/metamechs/timberwolf/config.h +++ b/keyboards/metamechs/timberwolf/config.h @@ -96,7 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define FORCE_NKRO /* -/* * Feature disable options * These options are also useful to firmware size reduction. */ diff --git a/keyboards/mint60/config.h b/keyboards/mint60/config.h index c38add26e0..b421349d86 100644 --- a/keyboards/mint60/config.h +++ b/keyboards/mint60/config.h @@ -95,7 +95,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ //#define FORCE_NKRO -/* /* ws2812 RGB LED */ #define RGB_DI_PIN D3 @@ -124,4 +123,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - diff --git a/keyboards/miuni32/config.h b/keyboards/miuni32/config.h index 35eb14e666..d2b98a9284 100644 --- a/keyboards/miuni32/config.h +++ b/keyboards/miuni32/config.h @@ -87,7 +87,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define FORCE_NKRO /* -/* * Feature disable options * These options are also useful to firmware size reduction. */ diff --git a/keyboards/snampad/config.h b/keyboards/snampad/config.h index 8b08f55025..64bb16fb40 100644 --- a/keyboards/snampad/config.h +++ b/keyboards/snampad/config.h @@ -118,7 +118,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define FORCE_NKRO /* -/* * Feature disable options * These options are also useful to firmware size reduction. */ |