Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-21 | 4 | -68/+84 | |
|\| | ||||||
| * | MW65 RGB Layout Macro Refactor (#15246) | James Young | 2021-11-21 | 4 | -68/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mw65_rgb.h: use QMK 3-character notation for matrix identifiers * mw65_rgb.h: add matrix diagram * info.json: apply friendly formatting Update key labels for QMK CLI rendering. * move rotary encoder keycodes to top row * info.json: update maintainer field Use the maintainer's GitHub username. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-21 | 4 | -87/+108 | |
|\| | ||||||
| * | MW75 Layout Macro Refactor (#15247) | James Young | 2021-11-21 | 4 | -87/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mw75.h: use QMK 3-character matrix identifiers * update stock keymaps Use QMK-native keycode aliases, and update grid alignment of keycodes. * mw75.h: add matrix diagram * info.json: apply friendly formatting * move rotary encoder keycodes to top row * info.json: update maintainer field Use the maintainer's GitHub username. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 1 | -2/+3 | |
|\| | ||||||
| * | Tidy CI format error message (#15242) | Joel Challis | 2021-11-20 | 1 | -2/+3 | |
| | | | | | | * Tidy format error message | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 1 | -0/+3 | |
|\| | ||||||
| * | Add Keyboardio Atreus 2 Bootloader to udev rules (#15241) | Sergey Vlasov | 2021-11-20 | 1 | -0/+3 | |
| | | | | | | | | | | | | The Keyboardio Atreus 2 Bootloader is a clone of the Caterina bootloader with different USB VID:PID values (1209:2302): https://github.com/keyboardio/Atreus2-Bootloader | |||||
* | | Short term bodge for PRODUCT warning (#15240) | Joel Challis | 2021-11-20 | 1 | -1/+1 | |
| | | ||||||
* | | fix broken macro in transport.h (#15239) | Balz Guenat | 2021-11-20 | 1 | -1/+2 | |
| | | ||||||
* | | [Core] RISC-V toolchain and picolibc fixes (#15109) | Stefan Kerkmann | 2021-11-20 | 3 | -12/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Fix RISC-V toolchain installation The risc-v toolchain is only available on distributions based on Debian 11+ so we check for their availability before installing them. * [Core] Fix heap symbols and syscalls for picolibc picolibc internally uses __heap_start and __heap_end instead of the defacto chibios linker script standard __heap_base__ and __heap_end__ therefore we introduce these symbols as an alias. Usually all memory used within QMK is statically allocated, but some algorithms make usage of malloc and friends. Also the timeval struct is not defined by picolibc for syscalls, therefore it is declared as stub. | |||||
* | | Rework encoders to enable asymmetric split keyboards (#12090) | Balz Guenat | 2021-11-20 | 14 | -58/+575 | |
| | | | | | | | | Co-authored-by: Balz Guenat <balz.guenat@siemens.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 4 | -0/+464 | |
|\| | ||||||
| * | [Keymap] Initial simple keymap for ForeverAnApple (#14654) | ForeverAnApple | 2021-11-19 | 4 | -0/+464 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 9 | -0/+455 | |
|\| | ||||||
| * | [Keyboard] Added Jels88 (#15090) | jels | 2021-11-19 | 9 | -0/+455 | |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 30 | -553/+1215 | |
|\| | ||||||
| * | Meletrix Zoom65 Refactor (#15222) | James Young | 2021-11-19 | 24 | -531/+813 | |
| | | ||||||
| * | Minimon Index Tab touch-up (#15224) | James Young | 2021-11-19 | 6 | -22/+402 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 3 | -31/+153 | |
|\| | ||||||
| * | Undead60M touch-up (#15214) | James Young | 2021-11-19 | 2 | -15/+85 | |
| | | ||||||
| * | Lime rev1: fix Configurator implementation (#15213) | James Young | 2021-11-19 | 1 | -16/+68 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-20 | 1 | -25/+29 | |
|\| | ||||||
| * | [Keyboard] Fix xox70 via layout (#15220) | Drashna Jaelre | 2021-11-19 | 1 | -25/+29 | |
| | | ||||||
* | | CI: Create GitHub Actions unit test workflow (#15223) | Nick Brassel | 2021-11-20 | 2 | -1/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create GitHub Actions unit test workflow * Create GitHub Actions unit test workflow - checkout submodules * Create GitHub Actions unit test workflow - update job name * Develop branch. * Update .github/workflows/unit_test.yml Co-authored-by: Joel Challis <git@zvecr.com> * Update .github/workflows/unit_test.yml Co-authored-by: Joel Challis <git@zvecr.com> * builddefs Co-authored-by: zvecr <git@zvecr.com> | |||||
* | | [Bug] Fix timer include in override_wiring.c (#15221) | Drashna Jaelre | 2021-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | * [Bug] Fix timer include in override_wiring.c * add platforms to keep parity with old method | |||||
* | | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 107 | -54/+54 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 1 | -61/+53 | |
|\| | ||||||
| * | Handwired Split65: Fix QMK Configurator Implementation (#15209) | James Young | 2021-11-19 | 1 | -61/+53 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 9 | -0/+488 | |
|\| | ||||||
| * | [Keyboard] Add xox70 (#15098) | rhmokey | 2021-11-19 | 9 | -0/+488 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 1 | -0/+160 | |
|\| | ||||||
| * | [Keymap] 3w6 helltm keymap (with ascii art) (#15146) | HellTM | 2021-11-19 | 1 | -0/+160 | |
| | | | | | | | | 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-11-19 | 1 | -14/+14 | |
|\| | ||||||
| * | [Keymap] Sofle RGB - fixed switch and numpad layers (#15094) | Andy | 2021-11-19 | 1 | -14/+14 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 9 | -0/+550 | |
|\| | ||||||
| * | [Keyboard] Add Keebcats Denis PCB (#15154) | Callum Hart | 2021-11-19 | 9 | -0/+550 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 18 | -1/+588 | |
|\| | ||||||
| * | [Keyboard] Add b87 keyboard (#15091) | jels | 2021-11-19 | 10 | -0/+382 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | [Keyboard] Add TKL-FF v2 (#15144) | Ramon Imbao | 2021-11-19 | 8 | -1/+206 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-19 | 10 | -8/+102 | |
|\| | ||||||
| * | [Keyboard] Aozora update (#15201) | Nick Abe | 2021-11-19 | 10 | -8/+102 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-11-19 | 55 | -172/+1926 | |
|\| | ||||||
| * | [Keymap] Add yoshimaru46's keymap for Ergodash mini (#15191) | Yoshihiro Saito | 2021-11-19 | 4 | -0/+152 | |
| | | ||||||
| * | [Keyboard] Add Keebcats Dougal PCB (#15168) | Callum Hart | 2021-11-19 | 9 | -0/+302 | |
| | | ||||||
| * | [Keyboard] Add MTBKeys MTB60 Keyboard (Solderable and Hotswap edition) (#14222) | Kyle Gieselman | 2021-11-19 | 14 | -0/+578 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | Chalice: Fix QMK Configurator Implementation (#15206) | James Young | 2021-11-18 | 2 | -60/+141 | |
| | | ||||||
| * | FFKeebs PĂșca Refactor (#15208) | James Young | 2021-11-18 | 8 | -66/+274 | |
| | | ||||||
| * | handwired/split89 Layout Macro Refactor (#15210) | James Young | 2021-11-18 | 3 | -33/+130 | |
| | | ||||||
| * | [Keyboard] Add miniashen40 (#14238) | jfescobar18 | 2021-11-18 | 9 | -0/+284 | |
| | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> |