Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-23 | 1 | -6/+16 | |
|\| | ||||||
| * | [Docs] update Japanese translation of isp_flashing_guide.md (#13700) | umi | 2021-09-23 | 1 | -6/+16 | |
| | | | | | | | | | | | | | | | | | | * update isp_flashing_guide.md translation * update isp_flashing_guide.md translation * correct url * trim remaining merge identifier | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-23 | 1 | -2/+15 | |
|\| | ||||||
| * | [Docs] update Japanese translation of feature_leader_key.md (#13669) | umi | 2021-09-23 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | * update feature_leader_key.md translation * update file based on comments * update text based on comments | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-23 | 1 | -4/+7 | |
|\| | ||||||
| * | [Docs] update Japanese translation of one_shot_keys.md (#13656) | umi | 2021-09-23 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | * update one_shot_keys.md translation * update one_shot_keys.md translation * correct paramter for function * add change of #13754 | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-21 | 3 | -6/+6 | |
|\| | ||||||
| * | [Docs] update suspend_*_user examples (#14542) | Dasky | 2021-09-21 | 3 | -6/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-21 | 2 | -2/+2 | |
|\| | ||||||
| * | [Docs] Modify encoder_update_user example to return false (#14541) | Dasky | 2021-09-21 | 2 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-20 | 3 | -11/+4 | |
|\| | ||||||
| * | Doc Fixes & Custom Matrix Fix (#14526) | XScorpion2 | 2021-09-20 | 1 | -2/+2 | |
| | | ||||||
| * | [Docs] fix wrong directory for RGB Matrix animations (#14494) | David Xia | 2021-09-19 | 2 | -9/+2 | |
| | | ||||||
* | | New CLI subcommand to create clang-compatible compilation database ↵ | Bao | 2021-09-16 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (`compile_commands.json`) (#14370) * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * remove MAKEFLAGS from environment for better control over process management * Update .gitignore Co-authored-by: Michael Forster <forster@google.com> * add a usage line to docs * doc change as suggested Co-authored-by: Nick Brassel <nick@tzarc.org> * rename command * remove debug print statements * generate-compilation-database: fix arg handling * generate-comilation-db: improve error handling * use cli.run() instead of Popen() Co-authored-by: Xton <cdewan@apple.com> Co-authored-by: Christon DeWan <cmdpix@mac.com> Co-authored-by: Michael Forster <forster@google.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-15 | 2 | -8/+13 | |
|\| | ||||||
| * | [Docs] add sync options heading, update led indicators (#14441) | Dasky | 2021-09-15 | 2 | -8/+13 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | 2021-09-15 | 3 | -0/+115 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-15 | 1 | -1/+1 | |
|\| | ||||||
| * | [Docs] fixed incorrect amount of steps for oled usage (#13519) | vsrivastava | 2021-09-14 | 1 | -1/+1 | |
| | | | | | | | | | | changed line 21 from saying "three steps" to "two steps" as there are only two steps Co-authored-by: feynmantf <46390109+feynmantf@users.noreply.github.com> | |||||
* | | [Docs] Clean up some code block languages (#14434) | Ryan | 2021-09-14 | 25 | -61/+61 | |
| | | ||||||
* | | Move Bluetooth config to common_features.mk (#14404) | Ryan | 2021-09-12 | 1 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Align ChibiOS I2C defs with other drivers (#14399) | Joel Challis | 2021-09-12 | 2 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | * Align ChibiOS I2C defs with other drivers * Update keyboards/xelus/valor_frl_tkl/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-12 | 1 | -2/+2 | |
|\| | ||||||
| * | update compatible_microcontrollers.md translation (#14401) | umi | 2021-09-12 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-12 | 2 | -16/+4 | |
|\| | ||||||
| * | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 2 | -16/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-10 | 5 | -36/+36 | |
|\| | ||||||
| * | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | 2021-09-10 | 5 | -36/+36 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-10 | 2 | -60/+60 | |
|\| | ||||||
| * | Align rgb/led matrix docs with current behaviour (#14367) | Joel Challis | 2021-09-10 | 2 | -60/+60 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-09 | 1 | -3/+2 | |
|\| | ||||||
| * | Bugfix for Joystick and JSON schema (#14295) | Ryan | 2021-09-09 | 1 | -3/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-05 | 1 | -1/+1 | |
|\| | ||||||
| * | Highlight keycode (#14317) | Niko Wenselowski | 2021-09-05 | 1 | -1/+1 | |
| | | | | | | This should make it consistent with other docs and hopefully will make less people miss this detail. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-05 | 1 | -0/+4 | |
|\| | ||||||
| * | [Core] Add `is_oled_scrolling` (#14305) | JayceFayne | 2021-09-05 | 1 | -0/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-04 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix Space Cadet md link (#14300) | JayceFayne | 2021-09-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-02 | 1 | -1/+1 | |
|\| | ||||||
| * | [Docs] Update path to keycode.h (#14263) | qieq | 2021-09-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-30 | 1 | -1/+1 | |
|\| | ||||||
| * | Documentation: Fix links in key overrides (#14228) | coliss86 | 2021-08-31 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | |||||
* | | Remove bin/qmk (#14231) | Zach White | 2021-08-29 | 3 | -39/+1 | |
| | | | | | | | | | | * Remove the bin/qmk script * remove bin/qmk from workflows | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-29 | 2 | -2/+2 | |
|\| | ||||||
| * | move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230) | Zach White | 2021-08-29 | 2 | -2/+2 | |
| | | ||||||
* | | remove qmk console, which is now part of the global cli (#14206) | Zach White | 2021-08-29 | 1 | -48/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Bootmagic lite docs clarity. (#14204) | Nick Brassel | 2021-08-29 | 1 | -1/+1 | |
| | | ||||||
* | | add 'include keyboard_features.mk' into build_keyboard.mk (#8422) | Takeshi ISHII | 2021-08-29 | 1 | -0/+28 | |
|/ | | | | | | | | | | | * add 'include keyboard_features.mk' into build_keyboard.mk keyboard_features.mk is a keyboard-local version of the functions performed by common_features.mk. * add comment into build_keyboard.mk * added description of keyboard_features.mk in hardware_keyboard_guidelines.md. * rename `keyboard_features.mk` to `post_rules.mk` | |||||
* | 2021Q3 pre-merge `develop` changelog, keyboard aliases (#14198) | Nick Brassel | 2021-08-29 | 3 | -6/+565 | |
| | | | | | | | | | | | | | * Initial changelog. * Data driven. * Submodule update. * Updated breaking changes docs. * Aliases. * Aliases. |