Fix bugs introduced into Planck EZ code

This commit is contained in:
Drashna Jael're
2019-08-05 13:00:41 -07:00
committed by Florian Didron
parent 927969d6cb
commit 5a30142914
2 changed files with 4 additions and 4 deletions

View File

@@ -228,13 +228,13 @@ uint32_t layer_state_set_kb(uint32_t state) {
state = layer_state_set_user(state);
uint8_t layer = biton32(state);
switch (layer) {
case 3:
case 1:
planck_ez_left_led_on();
break;
case 4:
case 2:
planck_ez_right_led_on();
break;
case 6:
case 3:
planck_ez_right_led_on();
planck_ez_left_led_on();
break;