summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* On-each-release tap dance function (#20255)leep-frog2023-07-266-7/+159
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Fix stuck note with square wave in additive DAC (#21589)Nebuleon2023-07-261-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2723-849/+0
|\
| * Revert "Equals keyboard" (#21622)Nick Brassel2023-07-2723-849/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-277-0/+281
|\|
| * [Keyboard] Phoenix Project No 1 support (#21068)Rico2023-07-267-0/+281
| | | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2711-0/+974
|\|
| * [Keyboard] Add m1 keyboard (#19799)jonylee@hfd2023-07-2611-0/+974
| | | | | | | | | | | | | | Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: wb-joy <chang.li@westberrytech.com> Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2623-0/+849
|\|
| * [Keyboard] boardsource/equals (#21230)cole smith2023-07-2623-0/+849
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6A73@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-269-0/+293
|\|
| * Add Bastion65 PCB to QMK (#21528)Andrew Kannan2023-07-269-0/+293
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-257-0/+499
|\|
| * Add BastionTKL PCB to QMK (#21530)Andrew Kannan2023-07-257-0/+499
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-259-0/+445
|\|
| * Add Bastion60 PCB to QMK (#21527)Andrew Kannan2023-07-259-0/+445
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
* | Move model h controller under ibm/model_m (#21526)Jerome Berclaz2023-07-256-2/+3
| |
* | [keyboard] tominabox1/le_chiffre refactor pt 1 (#21567)Less/Rikki2023-07-2516-357/+237
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-253-6/+6
|\|
| * Fix ik75 scroll lock and windows lock status LEDs (#20380)jestercore2023-07-243-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-257-0/+298
|\|
| * [Keyboard] Add nico (#20686)yulei2023-07-247-0/+298
| | | | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-252-3/+50
|\|
| * Add Caps Lock indicator for Kyechron S1 white backlight version (#21559)Kumiko as a Service2023-07-242-3/+50
| |
* | [Keyboard] Delete jscotto directory (#21157)Joe Scotto2023-07-2429-1729/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-257-0/+355
|\|
| * [Keyboard] Add linworks fave60a (#20795)DUILCHOI2023-07-247-0/+355
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-251-1/+1
|\|
| * Fix paragon keyboard encoder step (#21582)Yak2023-07-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-257-0/+262
|\|
| * Add Nyquistpad (#21578)Danny2023-07-247-0/+262
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Raw HID: documentation improvements (#21596)Ryan2023-07-252-33/+146
| |
* | [Keyboard] Update ERA65 PCB (#21592)era2023-07-242-24/+28
| |
* | Allow the user to select one tone for the additive DAC (#21591)Nebuleon2023-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | Previously, if the user tried to use `#define AUDIO_MAX_SIMULTANEOUS_TONES 1` to conserve CPU time, their firmware would fail to build with this error: ``` platforms/chibios/drivers/audio_dac_additive.c:91:73: error: excess elements in array initializer [-Werror] 91 | static float active_tones_snapshot[AUDIO_MAX_SIMULTANEOUS_TONES] = {0, 0}; | ^ ``` This also affected the preset `#define AUDIO_DAC_QUALITY_VERY_HIGH`, which called up only one simultaneous tone at 88200 Hz.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-231-1/+1
|\|
| * Fix VS code live share extension link (#21585)peepeetee2023-07-231-1/+1
| |
* | kinesis: remove stacked split layouts (#21569)Ryan2023-07-2222-1336/+351
| |
* | Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)Ryan2023-07-221-4/+0
| |
* | [Bug] Fix compilation error when Split Watchdog enabled (#21543)Drashna Jaelre2023-07-201-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2116-0/+1104
|\|
| * [Keyboard] Add EC Theca (#21233)Cipulot2023-07-2016-0/+1104
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2010-0/+523
|\|
| * [Keyboard] Add boardsource/unicorne (#21510)jack2023-07-2010-0/+523
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cole Smith <smithcole@protonmail.com>
* | Fix backlight support for some boards (#21554)Ryan2023-07-2117-29/+61
| |
* | backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-2143-302/+555
| |
* | haptic: naming cleanups (#21551)Ryan2023-07-2153-660/+667
| |
* | Rename `dactyl_manuform` variant `3x5_3` (#21015)Duncan Sutherland2023-07-2015-10/+98
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-202-2/+2
|\|
| * Document the right location for indicator functions (#21512)フィルターペーパー2023-07-202-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-07-2125-58/+502
|\|