1
0
Fork 0

bad_kb_funcs1

This commit is contained in:
zvecr 2024-07-11 11:03:11 +01:00
parent 494af672ce
commit b066c86e43
22 changed files with 55 additions and 9 deletions

View file

@ -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) {