mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 15:27:44 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
7d83445309
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user