diff options
| author | Drashna Jaelre | 2021-09-26 16:54:17 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-26 16:54:17 +0200 |
| commit | f07de1b3094fbb94a70435c80b06b676db1f46b8 (patch) | |
| tree | 62f52906cf9df41040c9459096dbc2a7fcda922c /keyboards/mint60 | |
| parent | 03f4c53564550024821aafadef69b5daaaa09abd (diff) | |
[Keyboard] Fix double comment in config files (#14615)
Diffstat (limited to 'keyboards/mint60')
| -rw-r--r-- | keyboards/mint60/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 - |