aboutsummaryrefslogtreecommitdiff
path: root/keyboards/winkeyless/bface/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/winkeyless/bface/config.h')
-rw-r--r--keyboards/winkeyless/bface/config.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/winkeyless/bface/config.h b/keyboards/winkeyless/bface/config.h
index 95d44557a..7ada9a49a 100644
--- a/keyboards/winkeyless/bface/config.h
+++ b/keyboards/winkeyless/bface/config.h
@@ -42,10 +42,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42 42
43#define NO_UART 1 43#define NO_UART 1
44 44
45#ifdef BACKLIGHT_ENABLE 45#define BACKLIGHT_PIN D4
46 // the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off) 46#define BACKLIGHT_LEVELS 3
47 #define BACKLIGHT_LEVELS 1
48 #define LED_PIN PORTD
49 #define BACKLIGHT_PORT_NUM (1 << 4)
50#endif
51