diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-09-21 15:53:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 15:53:27 -0400 |
commit | 3dc1f39d4028e18c5b11101e4f0d492e26d0cba5 (patch) | |
tree | 89cf25277f80d874c7c56dc18f2b70edfb14cdca | |
parent | c1414e59c24a91cf6e2128ec0a7c8011acdce7ef (diff) | |
parent | 7a91cce869f7cda8a42bf071ba77ee6096772d20 (diff) |
Merge pull request #768 from Dbroqua/master
Updated backlight levels for KC60
-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 |