Browse Source

fix typos

pull/20108/head
9R 1 year ago
parent
commit
0a35e9da56
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/handwired/replicazeron/common/leds.c
  2. +1
    -1
      keyboards/handwired/replicazeron/replicazeron.c

+ 1
- 1
keyboards/handwired/replicazeron/common/leds.c View File

@ -37,5 +37,5 @@ void set_leds(uint8_t highest_active_layer) {
bool bit1 = !(highest_active_layer & 1);
bool bit2 = !(highest_active_layer & 2);
writePin(STATUS_LED_A_PIN, bit1);
writePin(STATUS_LED_A_PIN, bit2);
writePin(STATUS_LED_B_PIN, bit2);
}

+ 1
- 1
keyboards/handwired/replicazeron/replicazeron.c View File

@ -27,7 +27,7 @@ joystick_config_t joystick_axes[JOYSTICK_AXIS_COUNT] = {
#endif
#ifdef THUMBSTICK_ENABLE
void housekeeping_tak_user(void) {
void housekeeping_task_user(void) {
if (controller_state.wasdMode) {
thumbstick(controller_state);
}


Loading…
Cancel
Save