mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
Update keyboards/dark_project/cm81/cm81.c
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
3dfa70a88d
commit
2a9b37e562
@ -126,8 +126,7 @@ void keyboard_pre_init_kb(void){
|
||||
|
||||
housekeeping_task_kb();
|
||||
}
|
||||
void matrix_scan_kb(void) {
|
||||
void housekeeping_task_kb(void) {
|
||||
gpio_write_pin(LED_MAC_OS_PIN, ((get_highest_layer(default_layer_state | layer_state) == 2) || (get_highest_layer(default_layer_state | layer_state) == 3)));
|
||||
gpio_write_pin(LED_WIN_LOCK_PIN, keymap_config.no_gui);
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user