summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Keymap] Input Club's Whitefox "True Fox" (#16711)Dan Beste2022-03-231-0/+60
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-2311-0/+429
|\|
| * [Keyboard] Graystudio Apollo80 (#16469)ChrisBeswick2022-03-2211-0/+429
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-239-0/+436
|\|
| * [Keyboard] Add Axolstudio Foundation Gamma (#15948)kb-elmo2022-03-229-0/+436
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-222-27/+82
|\|
| * [Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695)Luc2022-03-222-27/+82
| |
* | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706)Joel Challis2022-03-221-2/+4
| | | | | | | | | | * Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-214-27/+58
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-213-4/+30
|\|
| * [Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c (#16697)Takeshi ISHII2022-03-213-4/+30
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-204-0/+134
|\|
| * Droxx keymap (#16607)Droxx2022-03-204-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add droxx kaymap * add droxx keymap * fixed config.h * fixed rules.mk * fixed rules.mk * updated readme.md * Update config.h * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Update readme.md * Update keymap.c
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-209-0/+385
|\|
| * Add Rart75 hotswap and support via (#16619)Alabahuy2022-03-209-0/+385
| | | | | | | | | | | | | | | | | | | | | | * Add Keyboard Rart75 Hotswap version * Update readme * Update config and readme * Update info.json * update readme and keymaps
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-208-0/+224
|\|
| * Add MutePad keyboard (Handwired) (#16590)Joshua Barber2022-03-208-0/+224
| | | | | | | | | | | | | | | | | | * Add MutePad keyboard * Update info.json and readme * Move mutepad to handwired folder * Address PR comments
* | MS Sculpt Mobile refactor (#16038)Ryan2022-03-209-134/+124
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-191-2/+4
|\|
| * qmk.path.FileType: fix argument handling (#16693)Ryan2022-03-191-2/+4
| | | | | | | | | | | | | | * qmk.path.FileType: pass in mode as first argument * Better solution * Grammar...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-191-1/+1
|\|
| * VUSB - Use correct endpoint poll for VIA (#16691)Joel Challis2022-03-191-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-191-1/+1
|\|
| * Fix typo in docs/ref_functions.md (#16690)leviport2022-03-191-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-1912-15/+15
|\|
| * `device_ver` -> `device_version` for some more boards (#16685)Ryan2022-03-1912-15/+15
| |
* | Format code according to conventions (#16686)QMK Bot2022-03-191-23/+23
| |
* | HD44780 driver rework (#16370)Ryan2022-03-197-944/+800
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-193-3/+11
|\|
| * [Keymap] Update some code and keyboard rules (#16680)stanrc852022-03-183-3/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-182-46/+0
|\|
| * [Keyboard] Update Tractyl Manuform config files (#16684)Drashna Jaelre2022-03-182-46/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-183-2/+17
|\|
| * annepro2: Add more LED functionalities to default-layer-indicators (#16676)Florian2022-03-183-2/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-186-122/+118
|\|
| * Relocate CLI git interactions (#16682)Joel Challis2022-03-186-122/+118
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-03-188-115/+131
|\|
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-188-115/+131
| |
* | [Core] Add compile/make macro to core (#15959)Drashna Jaelre2022-03-175-10/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add KC_MAKE keycode to core fix linting fix testing error work around test idiocyncracies fix more lint something something stupid tests add doc * updates based on feedback * Add bad names * Fixup docs * semantics but cleaner Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> * Hide oneshot checks behind preprocessors * Move no-compile option around * Fix formatting * make shift optional * Make opt in * fix formatting * update send string function name Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-162-5/+16
|\|
| * Print out generated files during build (#16672)Joel Challis2022-03-172-5/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-1613-0/+772
|\|
| * [Keyboard] Add nullbits TIDBIT (#15182)Jay Greco2022-03-1613-0/+772
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-162-4/+4
|\|
| * gboards/butterstick: move steno rules config to keymap level (#16666)Ryan2022-03-162-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-162-2/+2
|\|
| * Fix m3n3van and minim keyboard names in keymap JSON (#16665)Ryan2022-03-162-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-161-1/+1
|\|
| * Update the AL1 Vender ID (#16660)Yakbats2022-03-161-1/+1
| | | | | | | | | | | | | | | | | | * Add via to AL1 * Updated number of rows and columns, and applied suggestions from code review * Update Vender ID Change the Vender ID for Triangle Lab to comply with the via PR checklist.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-163-38/+38
|\|