diff options
Diffstat (limited to 'keyboards/winkeyless/bmini/config.h')
-rw-r--r-- | keyboards/winkeyless/bmini/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/winkeyless/bmini/config.h b/keyboards/winkeyless/bmini/config.h index f8a26e4f0..95c44be9a 100644 --- a/keyboards/winkeyless/bmini/config.h +++ b/keyboards/winkeyless/bmini/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 BMINI_CONFIG_H | 18 | #pragma once |
19 | #define BMINI_CONFIG_H | ||
20 | 19 | ||
21 | #include "config_common.h" | 20 | #include "config_common.h" |
22 | 21 | ||
@@ -37,6 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
37 | 36 | ||
38 | #define RGBLIGHT_ANIMATIONS | 37 | #define RGBLIGHT_ANIMATIONS |
39 | 38 | ||
40 | #define NO_UART 1 | 39 | #define BACKLIGHT_PIN D4 |
40 | #define BACKLIGHT_LEVELS 3 | ||
41 | 41 | ||
42 | #endif | 42 | #define NO_UART 1 |