blob: 0af14dc0401947c2f149d2a5c6a0e5c2c9ee564a (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#define BACKLIGHT_LEVELS 10
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
|