Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add WSL specific logic for avrdude device detection (#12392) | Joel Challis | 2021-04-03 | 1 | -30/+35 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 1 | -1/+0 | |
|\| | ||||||
| * | Remove `wave` from requirements-dev.txt (#12387) | Excitable Snowball | 2021-04-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | This resolves to <https://pypi.org/project/Wave/>, but the places where the `wave` module is imported make it clear that the standard library module <https://docs.python.org/3/library/wave.html> was intended. Was originally added in #11820 and used in the following files: * `util/sample_parser.py` * `util/wavetable_parser.py` | |||||
* | | Format code according to conventions (#12467) | github-actions[bot] | 2021-04-03 | 1 | -11/+11 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 11 | -24/+676 | |
|\| | ||||||
| * | fix line endings | Zach White | 2021-04-03 | 3 | -56/+56 | |
| | | ||||||
| * | [nix] Use niv and poetry2nix to more easily manage dependencies (#11181) | Steve Purcell | 2021-04-03 | 6 | -24/+611 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [nix] Update nixpkgs to avoid issues with Big Sur The older nixpkgs snapshot did not contain nix changes to the compiler/linker hooks that are necessary for compatibility with MacOS Big Sur. The fix is simply to update to a newer snapshot. * [nix] Add a poetry manifest and use poetry to build the Python env * [nix] Use niv to manage upstream sources like nixpkgs * [nix] Update to newer nixpkgs snapshot * [nix] Bump python package versions | |||||
| * | 3 new LED effect animations (#9827) | TurtleHunter | 2021-04-03 | 5 | -0/+65 | |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 12 | -0/+1198 | |
|\| | ||||||
| * | Added Epoch80 (#12307) | kb-elmo | 2021-04-03 | 12 | -0/+1198 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-04-03 | 2 | -77/+77 | |
|\| | ||||||
| * | [CI] Format code according to conventions (#12468) | github-actions[bot] | 2021-04-03 | 2 | -77/+77 | |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 3 | -24/+6 | |
|\| | ||||||
| * | kingly_keys/ave: move RGBLight config to keyboard level (#12457) | James Young | 2021-04-02 | 3 | -24/+6 | |
| | | | | | | QMK Configurator's API can't use the RGBLight configurator when it's defined at keymap level. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 3 | -3/+3 | |
|\| | ||||||
| * | keymaps: fix kinesis default keymap progrm/reset keycode (#12429) | Michael Stapelberg | 2021-04-02 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | The right-most top-most key on the Kinesis Advantage keyboard is labeled “Progrm” and was meant to enter the Teensy bootloader as per the comment. However, the keycode was set to KC_1, which just produces a “1”. It should be RESET instead. This commit fixes KC_1 to RESET in all files where the fix is needed. The other files have already been fixed independently. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 1 | -1/+5 | |
|\| | ||||||
| * | [Keymap] Fixing userspace `rverst` (#12422) | Robert Verst | 2021-04-02 | 1 | -1/+5 | |
| | | | | | | Co-authored-by: Robert Verst <robert.verst@tobit.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 1 | -44/+15 | |
|\| | ||||||
| * | [Keymap] Remove kc keymap from khord chocopad keymap (#12409) | Dylan Khor | 2021-04-02 | 1 | -44/+15 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 3 | -2/+66 | |
|\| | ||||||
| * | [Keyboard] Add GON NerD TKL VIA keymap (#12309) | kaylanm | 2021-04-02 | 3 | -2/+66 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 9 | -0/+336 | |
|\| | ||||||
| * | [Keyboard] Add pkb65 keyboard (#12230) | MCKeebs | 2021-04-02 | 9 | -0/+336 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 3 | -2/+50 | |
|\| | ||||||
| * | [Keyboard] KBD67 Hotswap VIA Support (#12351) | MechMerlin | 2021-04-02 | 3 | -2/+50 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 9 | -0/+265 | |
|\| | ||||||
| * | [Keyboard] Added wilba.tech WT70-JB (#12347) | Wilba | 2021-04-02 | 9 | -0/+265 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 9 | -0/+298 | |
|\| | ||||||
| * | [Keyboard] Added RAMA WORKS KARA (#12346) | Wilba | 2021-04-02 | 9 | -0/+298 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 1 | -2/+2 | |
|\| | ||||||
| * | [Keyboard] Update sixkeyboard VID/PID (#12345) | jrdsgl | 2021-04-02 | 1 | -2/+2 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 1 | -70/+57 | |
|\| | ||||||
| * | [Keymap] remove kc layout from levinson jyh keymap (#12301) | Jason Yamada-Hanff | 2021-04-02 | 1 | -70/+57 | |
| | | | | | | Co-authored-by: Jason Yamada-Hanff <jyamada-hanff@chromologic.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 2 | -0/+69 | |
|\| | ||||||
| * | [Keyboard] Added VIA support to dmqdesign/spin (#12300) | adamkraus6 | 2021-04-02 | 2 | -0/+69 | |
| | | | | | | Co-authored-by: Kraus, Adam <adam.kraus@mines.sdsmt.edu> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 14 | -0/+437 | |
|\| | ||||||
| * | [Keyboard] Add FoldKB (#12255) | Danny | 2021-04-02 | 14 | -0/+437 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Big quantum_keycodes cleanup (#12249) | Ryan | 2021-04-02 | 1 | -466/+417 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 9 | -0/+343 | |
|\| | ||||||
| * | [Keyboard] Add Lumberjack keyboard (#12124) | Paul James | 2021-04-02 | 9 | -0/+343 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-02 | 2 | -0/+59 | |
|\| | ||||||
| * | [Keymap] for Ibm m122 (#11704) | dsanchezseco | 2021-04-02 | 2 | -0/+59 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-02 | 10 | -0/+582 | |
|\| | ||||||
| * | [Keyboard] Add CherryB Studio Keyboards (#11475) | Duong Anh | 2021-04-02 | 10 | -0/+582 | |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-02 | 1 | -1/+1 | |
|\| | ||||||
| * | `qmk doctor`: Fix WSL /mnt check (#12466) | Ryan | 2021-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-02 | 1 | -4/+9 | |
|\| | ||||||
| * | qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt ↵ | Ryan | 2021-04-02 | 1 | -4/+9 | |
| | | | | | | | | (#12441) | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-01 | 1 | -1/+1 | |
|\| |