Skip to content

Commit

Permalink
[Keyboard] Fix kin80 default keymap (qmk#16893)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored and zykrah committed Jul 2, 2022
1 parent 999cc4f commit f87ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/kin80/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


layer_state_t layer_state_set_user(layer_state_t state) {
writePin(LED4_PIN, layer_state_cmp(state, _L2));
writePin(LED4_PIN, layer_state_cmp(state, _NM));
return state;
}

0 comments on commit f87ef5d

Please sign in to comment.