mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
resolved requested changes
This commit is contained in:
parent
14c3a8ccdc
commit
e5ef0dcdb1
@ -161,3 +161,12 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
void keyboard_pre_init_user(void) {
|
||||
setPinOutput(C0);
|
||||
setPinOutput(C15);
|
||||
};
|
||||
|
||||
void housekeeping_task_user(void) {
|
||||
writePin(C15, keymap_config.no_gui);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user