Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-13 | 6 | -0/+356 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] pi60rgb_v2 (#22156) | ziptyze | 2024-01-12 | 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 | |
| |\ | |/ |/| | ||||||
* | | Raise Circumflex from the grave in sendstring_french.h (#22285) | Magne Lauritzen | 2024-01-09 | 1 | -2/+2 | |
| | | ||||||
| * | [Keyboard] Fix Piantor v2 3x5 layout issues (#22860) | Byron Clark | 2024-01-08 | 1 | -15/+15 | |
| | | ||||||
| * | LED drivers: more formatting (#22865) | Ryan | 2024-01-08 | 7 | -7/+33 | |
| | | ||||||
| * | snled27351: change `write_register()` return type to `void` (#22825) | Ryan | 2024-01-08 | 4 | -20/+8 | |
| | | ||||||
| * | is31fl3733: change `write_register()` return type to `void` (#22824) | Ryan | 2024-01-08 | 6 | -30/+12 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json - L (#22864) | Joel Challis | 2024-01-08 | 22 | -628/+379 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json (#22863) | Joel Challis | 2024-01-08 | 37 | -990/+618 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json - H (#22861) | Joel Challis | 2024-01-08 | 39 | -681/+413 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json - G (#22859) | Joel Challis | 2024-01-08 | 32 | -626/+395 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json - J (#22862) | Joel Challis | 2024-01-08 | 15 | -188/+76 | |
| | | ||||||
| * | LED drivers: misc formatting and typos (#22857) | Ryan | 2024-01-08 | 23 | -76/+307 | |
| | | ||||||
| * | Migrate RGB Matrix config to info.json - D (#22811) | Joel Challis | 2024-01-07 | 67 | -1513/+1074 | |
| | | ||||||
| * | WT boards: extract `g_is31fl3736_leds` from wt_mono_backlight (#22823) | Ryan | 2024-01-07 | 8 | -110/+840 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-07 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Keychron Q1V1: fix incorrect 3733 address (#22852) | Ryan | 2024-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-07 | 5 | -0/+161 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add ScottoKatana handwired keyboard (#22805) | Joe Scotto | 2024-01-06 | 5 | -0/+161 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-07 | 8 | -0/+877 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add Nordic65 by KBnordic (#22817) | 4pplet | 2024-01-06 | 8 | -0/+877 | |
| | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com> | |||||
| * | apa102: cleanups (#22826) | Ryan | 2024-01-07 | 2 | -51/+46 | |
| | |