Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | [Keyboard] Daskeyboard4 (#18675) | Commander1024 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Update OLED doc (#19213) | Pablo Martínez | |
* Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-29 | [Keyboard] Add Litl keyboard (#19000) | Moses Hoyt | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-29 | [Keymap] Fixed ifohancroft Swap Hands Config (#19176) | IFo Hancroft | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-29 | Keeb.io Sinc: Enable Split LED state (#19187) | Adam Lickel | |
2022-11-29 | [Keymap] Update Miryoku (#19190) | Manna Harbour | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Ignore some layout macro names from lint (#19207) | Joel Challis | |
2022-11-30 | Add some community layouts to 40percentclub boards (#19209) | Joel Challis | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Add ortho_3x3 community layout (#19210) | Joel Challis | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Add missing default_ortho_5x5 keymap (#19208) | Joel Challis | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Fix bad bootmagic config (#19206) | Joel Challis | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Extend layout lint checks (#19200) | Joel Challis | |
* Extend layout lint checks * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Fix function comment Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-30 | DD bootmagic config (#19201) | Joel Challis | |
* DD bootmagic config * Also enable * docs | |||
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Fix headers in info.json reference (#19202) | Joel Challis | |
2022-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-30 | Enable bootmagic (#19191) | Albert Y | |
2022-11-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-29 | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | |
* Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog | |||
2022-11-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-29 | Fix Czech sendstring LUT (#19193) | Ryan | |
2022-11-29 | fix typo (#19189) | JayceFayne | |
2022-11-28 | Update files changed action (#19172) | Joel Challis | |
2022-11-28 | Bug17281 - Retain momentary layers until the end of tapping (#17282) | Felix Kuehling | |
* Make process_tapping more readable Move most #ifdefs into conditionally defined macros to make the logic easier to follow. * Retain momentary layers until the end of tapping This allows mod-tap and layer-tap keys on layers to behave as expected. Bug: https://github.com/qmk/qmk_firmware/issues/17281 * Add tests for delayed mod/layer release while tapping Mods and layer key release is delayed while tapping is in progress to ensure that the tap is registered with the modifier state and on the layer where the key was first pressed. Signed-off-by: Felix Kuehling <felix.kuehling@gmail.com> | |||
2022-11-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-28 | new keyboard rb1 (#18164) | Ryan Baker | |
* rb1 * Update keymap.c * Update keyboards/ryanbaekr/rb1/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Delete rb1.c * Delete rb1.h * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-28 | Fix RWIN typo within keycode list (#19155) | gshmu | |
fix typo | |||
2022-11-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-28 | [Docs] Update reference_info_json.md (#18817) | Ndot | |
* [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-28 | Add piantor (#18920) | Leo Lou | |
* Add piantor * Update keyboards/beekeeb/piantor/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-11-28 | Add udev rule for the WB32 DFU bootloader (#19135) | Gabriele Musco | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-28 | Branch point for 2023q1 Breaking Change | Nick Brassel | |
2022-11-28 | Merge remote-tracking branch 'upstream/develop' | Nick Brassel | |
2022-11-28 | 2022 Nov 26 changelog. (#19164) | Nick Brassel | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-27 | Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166) | Joel Challis | |
2022-11-27 | Revert lib/usbhost changes (#19165) | Joel Challis | |
2022-11-27 | Fix encoder_init call order in keyboard_init (#19140) | Christopher Hoage | |
2022-11-27 | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | |