1
0
Fork 0

[Keyboard] Fix kin80 default keymap (#16893)

This commit is contained in:
Dasky 2022-04-21 17:08:47 +01:00 committed by GitHub
parent 81be7bb7b5
commit fb4f25c0b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}