diff options
author | Nick Brassel <nick@tzarc.org> | 2024-08-26 10:01:57 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2024-08-26 10:01:57 +1000 |
commit | 5d76c5280dc0aff398cdce19fa54d0e0725c418d (patch) | |
tree | 40026340f0d524a6006f18f01ef988e15d271075 /keyboards/controllerworks/mini42/config.h | |
parent | e6a898e3eea3521d3f0497ee26937d5269d78fb7 (diff) | |
parent | 81dcf2b547bacc42bd9cf8ccaccd3d7164e69926 (diff) |
Merge branch 'develop'
Diffstat (limited to 'keyboards/controllerworks/mini42/config.h')
-rw-r--r-- | keyboards/controllerworks/mini42/config.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/controllerworks/mini42/config.h b/keyboards/controllerworks/mini42/config.h index 3e5f7fd357..d29e3e449f 100644 --- a/keyboards/controllerworks/mini42/config.h +++ b/keyboards/controllerworks/mini42/config.h @@ -1,16 +1,16 @@ /* * Copyright 2022 Kevin Gee <info@controller.works> - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -25,7 +25,3 @@ #define I2C1_SCL_PIN GP25 #undef I2C1_SDA_PIN #define I2C1_SDA_PIN GP24 - -/* #define EE_HANDS */ -/* #define MASTER_LEFT */ -/* #define MASTER_RIGHT */ |