1666 Commits (1c0347b8b85de03691c7810f98f38bb245783985)

Author SHA1 Message Date
Joel Challis 1c0347b8b8
Remove SERIAL_LINK feature (#14727)
* Remove SERIAL_LINK

* more stale paths in doxygen-todo

* Fix

* More refs

* Update testing docs

* Update doxygen-todo

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Nick Brassel b2a186cf92
Purge uGFX. (#14720)
* Purge uGFX.

* Remove remnants of visualizer.

* Remove remnants of uGFX.
4 years ago
Ryan bc1f5ef381
i2c_master: Add support for reading/writing to 16-bit registers (#14289) 4 years ago
Ryan d8f0c8783a
Remove sysex API (#14723) 4 years ago
QMK Bot e6311cf2ec Merge remote-tracking branch 'origin/master' into develop 4 years ago
Nick Brassel 4676a14596
More PR checklist updates (#14705)
* Wording, clarification.

* Apply suggestions from code review

Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>

Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
4 years ago
QMK Bot a4417345f1 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Nick Brassel 7a49e5d207
Add clarification for licensing. (#14704)
* Add clarification for licensing.

* Errr, v2.
4 years ago
QMK Bot 2d71d14191 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Albert Y 27d9579fd5
Document examples on intercepting Mod-Tap (#14502)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Purdea Andrei eb5b24f97c
Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181) 4 years ago
QMK Bot de4a7131df Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi e54a57d32a
[Docs] update Japanese translation of mod_tap.md (#13981)
* update mod_tap.md translation

* add id on config_options.md and update text based on comments
4 years ago
Ryan 1a9e7b95ab
Change `MK66F18` -> `MK66FX1M0` (#14659) 4 years ago
QMK Bot 85b3f5a406 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Purdea Andrei 52cb19713b
Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. (#14180) 4 years ago
QMK Bot be3d7063a0 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Drashna Jaelre 02ab7b1888
[Core] Fix "6kro enable" and clarify naming (#14563)
* Fix USB_6KRO_ENABLE compilation errors

* Add info to docs

* Rename define to be more accurate

* Remove unused rule

* Refixe docs
4 years ago
Joel Challis 3a2a39e5ec
Initial pass of F405 support (#14584)
* Initial pass of F405 support

* remove some conf files

* docs

* clang
4 years ago
Drashna Jael're 675c5a5e12
Merge remote-tracking branch 'origin/master' into develop 4 years ago
clickclackwho 4f37084677
[Docs] Broken FAQ hyperlink (#14578) 4 years ago
umi 30140f48d0
[Docs] update Japanese translation of pr_checklist.md (#13693)
* update pr_checklist.md translation

* update file based on comments

* add id on feature_led_indicators.md and update text based on comments

* update file based on comments

* update file based on comment
4 years ago
QMK Bot 399d26c990 Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 0fc15f4d30
[Docs] update Japanese translation of feature_backlight.md (#14403)
* update feature_backlight.md translation

* update file based on comments
4 years ago
QMK Bot 125d4c413f Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 7f0c397c72
[Docs] update Japanese translation of feature_advanced_keycodes.md (#14309)
* update feature_advanced_keycodes.md translation

* update file based on comments
4 years ago
QMK Bot 3edd4bc48f Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 5347577346
[Docs] update Japanese translation of isp_flashing_guide.md (#13700)
* update isp_flashing_guide.md translation

* update isp_flashing_guide.md translation

* correct url

* trim remaining merge identifier
4 years ago
QMK Bot 787cce1415 Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 7bfc6083b7
[Docs] update Japanese translation of feature_leader_key.md (#13669)
* update feature_leader_key.md translation

* update file based on comments

* update text based on comments
4 years ago
QMK Bot e41f1e9460 Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 618a28c6ae
[Docs] update Japanese translation of one_shot_keys.md (#13656)
* update one_shot_keys.md translation

* update one_shot_keys.md translation

* correct paramter for function

* add change of #13754
4 years ago
QMK Bot 8670a3c86c Merge remote-tracking branch 'origin/master' into develop 4 years ago
Dasky 45f88af4a1
[Docs] update suspend_*_user examples (#14542) 4 years ago
QMK Bot e3c010e179 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Dasky 19e33b685f
[Docs] Modify encoder_update_user example to return false (#14541) 4 years ago
fauxpark c38a730805 Merge remote-tracking branch 'upstream/master' into develop 4 years ago
XScorpion2 4dbeeaa0d6
Doc Fixes & Custom Matrix Fix (#14526) 4 years ago
David Xia ddb6821b97
[Docs] fix wrong directory for RGB Matrix animations (#14494) 4 years ago
Bao 590b405468
New CLI subcommand to create clang-compatible compilation database (`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>
4 years ago
QMK Bot cad2ee900d Merge remote-tracking branch 'origin/master' into develop 4 years ago
Dasky 12a8e59e9c
[Docs] add sync options heading, update led indicators (#14441)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Thomas Weißschuh 83988597f4
Add Support for USB programmable buttons (#12950) 4 years ago
QMK Bot 54534fe5b2 Merge remote-tracking branch 'origin/master' into develop 4 years ago
vsrivastava 657323a206
[Docs] fixed incorrect amount of steps for oled usage (#13519)
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>
4 years ago
Ryan b56282756b
[Docs] Clean up some code block languages (#14434) 4 years ago
Ryan bcf4551f74
Move Bluetooth config to common_features.mk (#14404)
* 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>
4 years ago
Joel Challis 0fa217a5b7
Align ChibiOS I2C defs with other drivers (#14399)
* 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>
4 years ago
QMK Bot bb841087bb Merge remote-tracking branch 'origin/master' into develop 4 years ago
umi 10362777a5
update compatible_microcontrollers.md translation (#14401) 4 years ago