qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

Fork of QMK for the Framework Laptop 16

Results 15 qmk_firmware issues
Sort by recently updated
recently updated
newest added

Changes: - rework macropad backlight level handling - disable debug output by default - add FRAMEWORK_SAFE_RANGE to find first free KEYCODE - set BOOTLOADER correct docu: - qmk_hid bootloader trigger...

stale

## Description This fixes the equal key code on the Framework Laptop 16 Numpad module to `KC_PEQL`. The change is based off the latest tag/branch used, I'm not sure which...

### Describe the Bug tmk_core>protocol>vusb>vusb.c Line 767, probably an accidental update. const PROGMEM usbStringDescriptor_t usbStringDescriptorSerial = **//

bug

### 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

Building: ```sh qmk compile -kb framework/ansi -km default qmk compile -kb framework/iso -km default qmk compile -kb framework/jis -km default qmk compile -kb framework/numpad -km default qmk compile -kb framework/gridpad...

CI
core
keyboard
keymap
python
documentation
via
translation

Put somewhere it won't be overridden by the customer flashing their own firmware. Two options: - Embed with linker script - Embed with UF2 For both we have to create...

cleanup
pvt
stale
in progress

As mentioned in the [QMK Guidelines](https://docs.qmk.fm/hardware_keyboard_guidelines) all _user() functions should optimally (in best case never) used by the keyboards to be available for the keymap / user to implement own...

stale

### Feature Request Type - [X] Core functionality - [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [ ] Alteration (enhancement/optimization) of existing feature(s) - [...

stale

### Feature Request Type - [ ] Core functionality - [x] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [ ] Alteration (enhancement/optimization) of existing feature(s) - [...