diff options
Diffstat (limited to 'keyboards/unikorn/config.h')
-rw-r--r-- | keyboards/unikorn/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/unikorn/config.h b/keyboards/unikorn/config.h index 1c4f3431a0..e6bdbe7f2f 100644 --- a/keyboards/unikorn/config.h +++ b/keyboards/unikorn/config.h @@ -36,7 +36,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define DEBOUNCE 5 -#define BACKLIGHT_LEVELS 1 +#define BACKLIGHT_PIN D4 +#define BACKLIGHT_LEVELS 3 + #ifdef RGBLIGHT_ENABLE #define RGBLED_NUM 17 #define RGBLIGHT_ANIMATIONS |