nicknimchuk
Results
2
issues of
nicknimchuk
### Feature Request Type - [ ] Core functionality - [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [X] Alteration (enhancement/optimization) of existing feature(s) - [...
### Describe the Bug The `framework.c` file in the Framework 16 keyboard folder ignores the return value of `process_record_user`: ``` bool process_record_kb(uint16_t keycode, keyrecord_t *record) { process_record_user(keycode, record); ``` This...
bug