| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CLI: Allow generation of both LED and RGB Matrix config (#22896) | Ryan | 2024-01-14 | 2 | -31/+32 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-14 | 11 | -0/+333 |
| |\ | |||||
| | * | Add Proteus67 keyboard (#22439) | James Gzowski | 2024-01-14 | 11 | -0/+333 |
| | | | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-14 | 9 | -0/+514 |
| |\| | |||||
| | * | Add tac-k1 keyboard (#22522) | Joy Lee | 2024-01-14 | 9 | -0/+514 |
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-14 | 9 | -0/+294 |
| |\| | |||||
| | * | Add The Mad Noodle Udon13 (#22704) | Jesse Leventhal | 2024-01-14 | 9 | -0/+294 |
| | | | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-14 | 9 | -0/+608 |
| |\| | |||||
| | * | add Cycle8 (#22734) | Vertex-kb | 2024-01-14 | 9 | -0/+608 |
| | | | | | | | | | | | | | | | 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> | ||||
| * | | [Keyboard] Fix typo in Redox config (#22899) | Drashna Jaelre | 2024-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | LED drivers: remove PWM register offsets (#22897) | Ryan | 2024-01-13 | 24 | -458/+464 |
| | | | |||||
| * | | [Keyboard] Zed65/no_backlight/cor65 correct data layout (#22898) | mechlovin | 2024-01-13 | 1 | -40/+22 |
| | | | |||||
| * | | Cirque reachable calibration aide (#22803) | JohSchneider | 2024-01-13 | 2 | -6/+16 |
| | | | | | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Johannes <you@example.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-13 | 6 | -0/+119 |
| |\| | |||||
| | * | Added WT20-H1 (HIBI JUNIOR) (#22893) | Wilba | 2024-01-13 | 6 | -0/+119 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-13 | 2 | -2/+0 |
| |\| | |||||
| | * | Remove community layout from mode/m80*/m80*h (#22461) | Duncan Sutherland | 2024-01-13 | 2 | -2/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-13 | 7 | -0/+447 |
| |\| | |||||
| | * | add lets split v3 (#22465) | ziptyze | 2024-01-13 | 7 | -0/+447 |
| | | | | | | | | | | | | | | | 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> | ||||
| * | | Move `redox_w` into `redox` (#21448) | Duncan Sutherland | 2024-01-13 | 63 | -2809/+130 |
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-13 | 6 | -0/+356 |
| |\| | |||||
| | * | [Keyboard] pi60rgb_v2 (#22156) | ziptyze | 2024-01-13 | 6 | -0/+356 |
| | | | | | | | | | | | | | | | 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> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-12 | 1 | -0/+5 |
| |\| | |||||
| | * | Add more unwanted compilation output files to `.gitignore`. (#22894) | Nick Brassel | 2024-01-12 | 1 | -0/+5 |
| | | | |||||
| * | | pointing_device: motion pin define and c-format weirdness (#22802) | JohSchneider | 2024-01-10 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | | Migrate RGB Matrix config to info.json - NOPQ (#22866) | Joel Challis | 2024-01-10 | 60 | -930/+653 |
| | | | |||||
| * | | Migrate RGB Matrix config to info.json - XZY (#22879) | Joel Challis | 2024-01-10 | 45 | -1076/+781 |
| | | | |||||
| * | | LED drivers: switch to i2c_writeReg() (#22878) | Ryan | 2024-01-10 | 23 | -477/+172 |
| | | | |||||
| * | | LED drivers: change `write_pwm_buffer()` return type to `void` (#22869) | Ryan | 2024-01-10 | 14 | -112/+43 |
| | | | |||||
| * | | capsunlocked/cu80/v2: Fix invalid RGB matrix config (#22873) | Joel Challis | 2024-01-09 | 2 | -4/+4 |
| | | | |||||
| * | | Remove console out endpoint (#22304) | Joel Challis | 2024-01-09 | 7 | -138/+66 |
| | | | |||||
| * | | Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775) | Joel Challis | 2024-01-09 | 15 | -17/+19 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-09 | 9 | -0/+563 |
| |\| | |||||
| | * | Added skiller_sgk50_s3 keyboard (#22382) | Joy Lee | 2024-01-09 | 9 | -0/+563 |
| | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
| * | | [CI] Regenerate Files (#22872) | QMK Bot | 2024-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-09 | 1 | -1/+1 |
| |\| | |||||
| | * | add pywinusb lib to list of example libs for HID (#22747) | Thomas White | 2024-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Solid reactive: improve fading effect (#22656) | フィルターペーパー | 2024-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add Canadian French input locale (#21456) | Nebuleon | 2024-01-09 | 4 | -0/+650 |
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | [Keyboard] Fix VID and PID for AnnePro2 (#22263) | zv0n | 2024-01-09 | 3 | -3/+3 |
| | | | |||||
| * | | Ignore space cadet key release when caps word is active (#21721) | Paul Landers | 2024-01-09 | 4 | -4/+13 |
| | | | |||||
| * | | MIDI sustain effect fix on qmk 0.22.2 (#22114) | 3araht | 2024-01-09 | 1 | -13/+10 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-09 | 1 | -2/+1 |
| |\| | |||||
| | * | Fix user hook call for dynamic_macro_record_key (#22250) | Kai | 2024-01-09 | 1 | -2/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-09 | 4 | -21/+33 |
| |\| | |||||
| | * | Lotus 58 Glow - Added Auto shift to OLED, corrected OLED orientation (#22424) | Markus Knutsson | 2024-01-09 | 4 | -21/+33 |
| | | | | | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> | ||||
| * | | Add option for auto mouse movement threshold (#21398) | Marcel Robitaille | 2024-01-09 | 3 | -4/+22 |
| | | | | | | | | | Fixes #21396 | ||||
| * | | Migrate dynamic_keymap.layer_count < 4 where requried (#22091) | Joel Challis | 2024-01-09 | 51 | -77/+54 |
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Prevent `qmk migrate` processing unparsed info.json values (#22374) | Joel Challis | 2024-01-09 | 2 | -1/+7 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-09 | 1 | -2/+2 |
| |\| | |||||