diff options
Diffstat (limited to 'keyboards/mechmini/v1/config.h')
-rw-r--r-- | keyboards/mechmini/v1/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/mechmini/v1/config.h b/keyboards/mechmini/v1/config.h index eb15a368a..07422f9ff 100644 --- a/keyboards/mechmini/v1/config.h +++ b/keyboards/mechmini/v1/config.h | |||
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef V1_CONFIG_H | 18 | #pragma once |
19 | #define V1_CONFIG_H | ||
20 | 19 | ||
21 | #include "config_common.h" | 20 | #include "config_common.h" |
22 | 21 | ||
@@ -38,11 +37,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | 37 | ||
39 | #define NO_UART 1 | 38 | #define NO_UART 1 |
40 | 39 | ||
40 | #define BACKLIGHT_PIN D4 | ||
41 | #define BACKLIGHT_LEVELS 3 | ||
42 | |||
41 | /* RGB underglow */ | 43 | /* RGB underglow */ |
42 | // The RGB_DI_PIN value seems to be shared between all PS2AVRGB boards. | 44 | // The RGB_DI_PIN value seems to be shared between all PS2AVRGB boards. |
43 | // The same pin is used on the JJ40, at least. | 45 | // The same pin is used on the JJ40, at least. |
44 | #define RGBLED_NUM 16 | 46 | #define RGBLED_NUM 16 |
45 | #define RGBLIGHT_ANIMATIONS | 47 | #define RGBLIGHT_ANIMATIONS |
46 | #define RGB_DI_PIN E2 | 48 | #define RGB_DI_PIN E2 |
47 | |||
48 | #endif | ||