summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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
| |\ | |/ |/|
* | Add Bastion75 PCB to QMK (#21529)Andrew Kannan2023-07-209-0/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Bastion75 to QMK * Remove blank layers * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> * Update keymaps --------- Co-authored-by: jack <0x6a73@protonmail.com>
* | Move files to rev1 folder, add rev2 (#21563)Danny2023-07-2016-57/+191
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
| * Spruce up `dactyl_lightcycle` and `dactyl_maximus` layouts (#21519)Duncan Sutherland2023-07-202-172/+172
| |
| * Amend layout and matrix positions for `dactyl_cc` (#21523)Duncan Sutherland2023-07-201-68/+68
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-201-64/+68
| |\ | |/ |/|
* | Automata02 Alisaie Touch-Up (#21552)James Young2023-07-201-64/+68
| | | | | | | | | | | | | | | | | | | | | | | | * [style] friendly-format info.json * [chore] remove key labels from info.json * [chore] correct layout data Fix a misleading Configurator implementation, and incorrect key sizes and positioning on the bottom row. * [chore] re-add key labels to info.json
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-203-5/+11
| |\ | |/ |/|
* | HolySwitch Lightweight65 Community Layout Support (#21550)James Young2023-07-193-5/+11
| | | | | | | | | | * [chore] rename LAYOUT to LAYOUT_65_ansi_blocker * [enhancement] enable Community Layout support
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-181-1/+1
| |\ | |/ |/|
* | Fix compilation of lily58 rgb_state_reader (#21502)Alfredo Colas Gullon2023-07-181-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-188-33/+41
| |\ | |/ |/|
* | Keychron V4 Touch-Up (#21545)James Young2023-07-178-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | * Keychron V4 ANSI: rename LAYOUT_ansi_61 to LAYOUT_60_ansi * Keychron V4 ANSI: enable Community Layout support * Keychron V4 ISO: correct layout data Move position [3, 1] up by 0.25u. * Keychron V4 ISO: rename LAYOUT_iso_62 to LAYOUT_60_iso * Keychron V4 ISO: enable Community Layout support
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-173-17/+21
| |\ | |/ |/|
* | GMMK2 65% ANSI Touch-Up (#21544)James Young2023-07-173-17/+21
| | | | | | | | | | | | | | | | | | * [chore] correct layout data * [chore] rename LAYOUT to LAYOUT_65_ansi_blocker Also adds a layout alias so as to not have to edit the user keymaps. * [enhancement] enable Community Layout support
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-173-5/+9
| |\ | |/ |/|
* | AliceH66 Pianoforte Hotswap Touch-Up (#21542)James Young2023-07-173-5/+9
| | | | | | | | | | | | | | | | | | * [refactor] rename LAYOUT_tkl_ansi to LAYOUT_tkl_f13_ansi * [enhancement] enable Community Layout support * [chore] correct layout data Correct the position of the spacebar.
| * [Core] Update ChibiOS-Contrib (#21553)Stefan Kerkmann2023-07-171-0/+0
| |
| * quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-1651-62/+208
| |
| * Eliminate `TMK_COMMON_*` in makefiles (#21517)Ryan2023-07-1517-116/+72
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-146-0/+246
| |\ | |/ |/|
* | [Keyboard] add mothwing (#19342)tan-t2023-07-146-0/+246
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>