Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"

This reverts commit f397402e10.
This commit is contained in:
Stick 2017-06-08 08:59:33 -05:00
parent 5a70cb30ee
commit 4b50ab029d
3 changed files with 24 additions and 23 deletions

View File

@ -22,30 +22,30 @@ void matrix_init_kb(void) {
PORTD |= (1<<5 | 1<<4);
PORTE |= (1<<6);
//ergodox_blink_all_leds();
ergodox_blink_all_leds();
matrix_init_user();
}
// void ergodox_blink_all_leds(void)
// {
// ergodox_led_all_off();
// ergodox_led_all_set(LED_BRIGHTNESS_HI);
// ergodox_right_led_1_on();
// _delay_ms(50);
// ergodox_right_led_2_on();
// _delay_ms(50);
// ergodox_right_led_3_on();
// _delay_ms(50);
// ergodox_right_led_1_off();
// _delay_ms(50);
// ergodox_right_led_2_off();
// _delay_ms(50);
// ergodox_right_led_3_off();
// //ergodox_led_all_on();
// //_delay_ms(333);
// ergodox_led_all_off();
// }
void ergodox_blink_all_leds(void)
{
ergodox_led_all_off();
ergodox_led_all_set(LED_BRIGHTNESS_HI);
ergodox_right_led_1_on();
_delay_ms(50);
ergodox_right_led_2_on();
_delay_ms(50);
ergodox_right_led_3_on();
_delay_ms(50);
ergodox_right_led_1_off();
_delay_ms(50);
ergodox_right_led_2_off();
_delay_ms(50);
ergodox_right_led_3_off();
//ergodox_led_all_on();
//_delay_ms(333);
ergodox_led_all_off();
}
uint8_t init_mcp23018(void) {
mcp23018_status = 0x20;
@ -57,7 +57,7 @@ uint8_t init_mcp23018(void) {
// cli();
if (i2c_initialized == 0) {
i2c_init(); // on pins D(1,0)
i2c_initialized = 1;
i2c_initialized++;
_delay_ms(1000);
}

View File

@ -183,7 +183,7 @@ uint8_t matrix_scan(void)
print("left side not responding\n");
} else {
print("left side attached\n");
// ergodox_blink_all_leds();
ergodox_blink_all_leds();
}
}
}
@ -391,3 +391,4 @@ static void select_row(uint8_t row)
}
}
}

View File

@ -56,7 +56,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
MT(MOD_RALT, KC_LBRC), KC_RBRC, KC_LEFT, KC_DOWN, KC_RGHT,
KC_PSCR, _______,
KC_NLCK,
TG(NUMP), LT(ARRW, KC_BSLS), KC_SPC
TG(NUMP), LT(ARRW, C_BSLS), KC_SPC
),
/* layer 1: International symbols, etc