mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
bad_kb_funcs1
This commit is contained in:
@@ -23,6 +23,8 @@ void keyboard_post_init_kb(void)
|
||||
gpio_set_pin_output(C11); // middle led, always off on Spacesaver M
|
||||
gpio_write_pin(C11, 0);
|
||||
gpio_set_pin_output(C10); // right-most led, normally Scroll Lock, but on Spacesaver M indicates function layer
|
||||
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +23,8 @@ void keyboard_post_init_kb(void)
|
||||
gpio_set_pin_output(C11); // middle led, always off on Spacesaver M
|
||||
gpio_write_pin(C11, 0);
|
||||
gpio_set_pin_output(C10); // right-most led, normally Scroll Lock, but on Spacesaver M indicates function layer
|
||||
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
layer_state_t layer_state_set_kb(layer_state_t state) {
|
||||
|
||||
Reference in New Issue
Block a user