diff options
author | dbroqua <dbroqua@mousur.org> | 2016-09-21 08:02:51 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-09-21 08:02:51 +0200 |
commit | 7a91cce869f7cda8a42bf071ba77ee6096772d20 (patch) | |
tree | ea2588d5df48fdeaf7702ea17f683de9c6638677 /keyboards/kc60/config.h | |
parent | 9a2e24fa98f90517a0a091b3ccd9de125457d09f (diff) | |
download | qmk_firmware-7a91cce869f7cda8a42bf071ba77ee6096772d20.tar.gz qmk_firmware-7a91cce869f7cda8a42bf071ba77ee6096772d20.zip |
- Updated backlight levels for KC60
Diffstat (limited to 'keyboards/kc60/config.h')
-rw-r--r-- | keyboards/kc60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kc60/config.h b/keyboards/kc60/config.h index c4a9b9ff82..29695d0b9d 100644 --- a/keyboards/kc60/config.h +++ b/keyboards/kc60/config.h @@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define MATRIX_HAS_GHOST /* number of backlight levels */ -#define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_LEVELS 5 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |