summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Keyboard] Add MTBKeys MTB60 Keyboard (Solderable and Hotswap edition) (#14222)Kyle Gieselman2021-11-1914-0/+578
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Chalice: Fix QMK Configurator Implementation (#15206)James Young2021-11-182-60/+141
| |
| * FFKeebs Púca Refactor (#15208)James Young2021-11-188-66/+274
| |
| * handwired/split89 Layout Macro Refactor (#15210)James Young2021-11-183-33/+130
| |
| * [Keyboard] Add miniashen40 (#14238)jfescobar182021-11-189-0/+284
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan2021-11-182-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in * Update lib/python/qmk/cli/list/keymaps.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/list/layouts.py Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
| * Add diff logic to python format subcommand (#15156)Joel Challis2021-11-174-16/+58
| | | | | | | | | | | | | | | | | | | | | | * Add diff logic to python format subcommand * Update test * Add in filter per format-c * fix tests * Update new workflow
* | [Docs] Clarify "nested" and "rolling" key sequences (#14655)Henré Botha2021-11-181-2/+2
| |
* | [Bug] Revert backlight pins on function call (#15205)Drashna Jaelre2021-11-191-1/+1
| |
* | [cli] Export list of `develop` PRs to be merged into `master` (#13944)Nick Brassel2021-11-182-0/+120
| | | | | | | | | | | | | | | | | | | | | | * Add developer-only command for exporting the list of PRs associated with a merge to `develop`. * qmk pytest * Imports. * Remove dependencies from requirements file, manually handle. * Reduce complexity, qmk generate-api taking too long so relying on CI
* | [Bug] Fix missing variable for Backlight Breathing (#15199)Drashna Jaelre2021-11-181-6/+6
| | | | | | | | | | | | | | * [Bug] Fix missing varaible for Backlight Breathing * Better fix * formatting
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-172-4/+4
|\|
| * Call steno_set_mode inside eeconfig_init_user in the doc (#15176)Alexis Jeandeau2021-11-172-4/+4
| |
* | rename kprepublic bm keyboards to have a standardized naming format (#15047)peepeetee2021-11-18124-107/+107
| | | | | | | | | | | | | | | | | | | | | | * change missed kprepublic readmes * fix xiudi readmes * initial change, see pr description * change readmes * changes names in readmes and device descriptors
* | Format code according to conventions (#15196)QMK Bot2021-11-181-29/+26
| |
* | Made AVR backlight pwm resolution configurable (#7521)Mikkel Jeppesen2021-11-181-41/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made static backlight pwm resolution configurable * Made breathing backlighting configurable too * Finished my ifdef * Ran clang-format * Added missing semi-colon * Solved weird behaviour by right-shifting the right amount * Made breathing period scaled on actual pwm frequency * Made the low end deadzone scaled on the top value * Moved 'pwm_frequency' declaration outside ifdef * Fixed 'never used' error * Fixed 'never used' error * Fixed breathing ISR to 120Hz * Removed pwm_frequency constant Constant is no longer needed since running the breathing ISR at a fixed 120Hz * Re-add brightness limiting * re-introduce scaling
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-1712-44/+41
|\|
| * [Keyboard] Move encoder hacks into via keymaps for Work Louder boards (#15192)Drashna Jaelre2021-11-1712-44/+41
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-179-13/+51
|\|
| * [Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre2021-11-179-13/+51
| |
* | Format code according to conventions (#15195)QMK Bot2021-11-172-12/+16
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-11-182-2/+2
|\|
| * Format code according to conventions (#15193)QMK Bot2021-11-1835-518/+578
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-171-0/+49
|\|
| * Auto-create PRs for merged formatting issues (#15157)Joel Challis2021-11-171-0/+49
| | | | | | | | | | * Auto-create PRs for merged formatting issues * Update .github/workflows/format_push.yaml
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-1728-0/+2524
|\|
| * [Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)Alexis Jeandeau2021-11-1614-0/+2067
| |
| * [Keyboard] Packrat (#14574)drhigsby2021-11-1614-0/+457
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keyboard] Fix handful of boards compiling too large due to RGB matrix ↵Drashna Jaelre2021-11-163-3/+5
| | | | | | | | changes (#15184)
* | [Keyboard] Fix oled_task_user for ffkeebs/puca (#15185)Drashna Jaelre2021-11-161-4/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-174-84/+95
|\|
| * handwired/myskeeb Layout Macro Refactor (#15181)James Young2021-11-164-84/+95
| | | | | | | | | | | | | | | | | | | | | | * handwired/myskeeb: update key positions in info.json * remove unused matrix positions L26 and R20 aren't physically present on the keyboard. * add image to readme file * add supported hardware and flashing example to readme
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-161-1/+1
|\|
| * wsk/sl40: remove dead space from LAYOUT_all (#15183)James Young2021-11-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-1636-352/+1607
|\|
| * [Keyboard] Add FootFingers Puca (#14837)Sleepdealer2021-11-167-0/+380
| |
| * [Keyboard] Add Pachi RGB Rev 2 (#15141)Xelus222021-11-1618-305/+932
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Emery65 (#15145)yiancar2021-11-1611-0/+295
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com>
* | Rename RGB fractal (#15174)Albert Y2021-11-163-7/+7
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-167-0/+220
|\|
| * [Keyboard] Add macro3 PCB support (#15131)Albert Y2021-11-157-0/+220
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-1620-44/+413
|\|
| * [Keyboard] Add layout options, hotswap version to portal 66 (#14719)Matthew Dias2021-11-1520-44/+413
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-1511-0/+389
|\|
| * [Keyboard] Add Bourgeau 75% PCB (#15072)studiokestra2021-11-1511-0/+389
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keyboard] Fix bandominedoni via keymap compilation (#15171)Drashna Jaelre2021-11-151-0/+1
| |
* | Fix additional board sizes for RGB Matrix (#15170)Drashna Jaelre2021-11-163-145/+112
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-151-81/+86
|\|
| * kb_elmo/m0116_usb: Fix Configurator Key Sequence (#15147)James Young2021-11-151-81/+86
| | | | | | | | | | * friendly-format info.json * fix info.json key sequence
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-15230-2801/+7843
| |