summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-16Migrate RGB Matrix config to info.json - M (#22908)Joel Challis
2024-01-16Migrate RGB Matrix config to info.json - RS (#22909)Joel Challis
2024-01-14[Keyboard] Add Olly JF Rev.2 (#21775)mechlovin
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-14CLI: Allow generation of both LED and RGB Matrix config (#22896)Ryan
2024-01-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-13Add Proteus67 keyboard (#22439)James Gzowski
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-01-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-13Add tac-k1 keyboard (#22522)Joy Lee
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2024-01-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-13Add The Mad Noodle Udon13 (#22704)Jesse Leventhal
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2024-01-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-13add Cycle8 (#22734)Vertex-kb
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-13[Keyboard] Fix typo in Redox config (#22899)Drashna Jaelre
2024-01-13LED drivers: remove PWM register offsets (#22897)Ryan
2024-01-13[Keyboard] Zed65/no_backlight/cor65 correct data layout (#22898)mechlovin
2024-01-13Cirque reachable calibration aide (#22803)JohSchneider
Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Johannes <you@example.com>
2024-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-12Added WT20-H1 (HIBI JUNIOR) (#22893)Wilba
2024-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-12Remove community layout from mode/m80*/m80*h (#22461)Duncan Sutherland
2024-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-12add lets split v3 (#22465)ziptyze
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-12Move `redox_w` into `redox` (#21448)Duncan Sutherland
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-12[Keyboard] pi60rgb_v2 (#22156)ziptyze
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-12Add more unwanted compilation output files to `.gitignore`. (#22894)Nick Brassel
2024-01-10pointing_device: motion pin define and c-format weirdness (#22802)JohSchneider
the mutual exclusive POINTING_DEVICE_MOTION_PIN and SPLIT_POINTING_ENABLE influence if and how the `pointing_device_driver.get_report` is triggered. now the way the define is wrapping around an "unbraced" if leads clang-format to weirdly indent the first line in the 'SPLIT_POINTING_ENABLE' as the first command after the if. this hints that any code addition in between the two - that possibly should run regardless, would break the if-def enabled code. this can be solved by adding a pair of curly braces in the POINTING_DEVICE_MOTION_PIN part, to clearly denote which commands are to be skipped if the motion pin shows now activity. Co-authored-by: Johannes <you@example.com>
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis
2024-01-10Migrate RGB Matrix config to info.json - XZY (#22879)Joel Challis
2024-01-10LED drivers: switch to i2c_writeReg() (#22878)Ryan
2024-01-10LED drivers: change `write_pwm_buffer()` return type to `void` (#22869)Ryan
2024-01-09capsunlocked/cu80/v2: Fix invalid RGB matrix config (#22873)Joel Challis
2024-01-09Remove console out endpoint (#22304)Joel Challis
2024-01-09Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)Joel Challis
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09Added skiller_sgk50_s3 keyboard (#22382)Joy Lee
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2024-01-09[CI] Regenerate Files (#22872)QMK Bot
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09add pywinusb lib to list of example libs for HID (#22747)Thomas White
2024-01-09Solid reactive: improve fading effect (#22656)フィルターペーパー
2024-01-09Add Canadian French input locale (#21456)Nebuleon
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-09[Keyboard] Fix VID and PID for AnnePro2 (#22263)zv0n
2024-01-09Ignore space cadet key release when caps word is active (#21721)Paul Landers
2024-01-09MIDI sustain effect fix on qmk 0.22.2 (#22114)3araht
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09Fix user hook call for dynamic_macro_record_key (#22250)Kai
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09Lotus 58 Glow - Added Auto shift to OLED, corrected OLED orientation (#22424)Markus Knutsson
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2024-01-09Add option for auto mouse movement threshold (#21398)Marcel Robitaille
Fixes #21396