1304 Commits (d65db68f9f2614b91e3cb565086166b01400e473)

Author SHA1 Message Date
Nick Brassel d65db68f9f Merge remote-tracking branch 'upstream/master' into develop 5 years ago
Joshua Diamond bad9592a18
Add rgblight_reload_from_eeprom() (#11411)
* Add rgblight_reset_from_eeprom()

* reset->reload
5 years ago
glanchow 162842f16e
[Docs] add qmk setup home parameter (#11451) 5 years ago
Drashna Jaelre 99f3df2893
Add support for 8 buttons to mouse report (#10807)
* Add support for 8 buttons to mouse report

This includes support for 8 buttons in mousekeys.  However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features.

* Update mouse key docs

* Add changes based on feedback

* Fix VUSB report size comment

Because drashna red gud

* Fix typo in action.c

* Fix IS_MOUSE_BUTTON check

* Change start range for mousekeys so that the end is 0xFF properly

* condense mousekeys check
5 years ago
Ryan 30b46fad57
UART driver refactor (#11637) 5 years ago
QMK Bot 95ecd4e1d2 Merge remote-tracking branch 'origin/master' into develop 5 years ago
David H. Bronke 92543a7cb5
fix(feature_ps2_mouse): fix Scroll Button example (#11669)
Corrected macro in Scroll Button example so it compiles.
5 years ago
QMK Bot 05aa864338 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Takeshi ISHII 944cf6476e
Update docs/getting_started_make_guide.md (#11373)
* update docs/getting_started_make_guide.md

Added description of some targets, including those added with #11338.

* Added description of options added by #11324.

* update docs/getting_started_make_guide.md

* Added description of  target.

* Update docs/getting_started_make_guide.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update docs/getting_started_make_guide.md

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

* Update docs/getting_started_make_guide.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

* add ':id=linux-udev-rules' to docs/faq_build.md

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
QMK Bot 3f4ff5b6a7 Merge remote-tracking branch 'origin/master' into develop 5 years ago
smiley d6701b3ac7
Fix typos and reword some sentences in FAQs (#11546)
* Fix minor typo in "General FAQ"

"want to do brand it with QMK" -> "want to brand it with QMK"

* Reword some of "Debugging FAQ" & "Miscellaneous FAQ".

Mostly grammatical wording of some parts and missing capitalization
5 years ago
QMK Bot 8401b0a6e5 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joel Challis 4e8166750b
Small tweaks to docs to make them more user friendly (#11518)
* first pass

* firmware firmware?

* Split out debug + testing docs

* tidy up duplicate css

* Add extra info to debug example

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
5 years ago
QMK Bot a9df4263bb Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan eba512596a
Add stm32-dfu and apm32-dfu to bootloader.mk (#11019)
* Add stm32-dfu and apm32-dfu to bootloader.mk

* Update flashing docs

* Update comment

* Further wordsmithing
5 years ago
QMK Bot cfde37eec1 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joshua Diamond c0728bd189
Improve the Lighting Layers example in RGB Lighting docs (#11454)
* Improve the keymap layer state -> lighting layers example

* A few more improvements
5 years ago
Zach White 5abe666749 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White d9785ec313
Improve the compile and flash subcommands (#11334)
* add support for --clean to compile and flash

* compile standalone JSON keymaps without polluting the tree

* Add support for passing environment vars to make

* make flake8 happy

* document changes to qmk compile and flash

* add -e support to json export compiling

* Fix python 3.6

* honor $MAKE

* add support for parallel builds
5 years ago
QMK Bot 296552e358 Merge remote-tracking branch 'origin/master' into develop 5 years ago
kb-elmo 3d70766327
Add BGR byte order for WS2812 drivers (#11562)
* add byte order bgr for ws2812

* update docs for driver change

* Update ws2812_driver.md

* Update docs/ws2812_driver.md

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

Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
fauxpark ca7da3866d Merge remote-tracking branch 'upstream/master' into develop 5 years ago
André Silva 345a041cf5
allow customizing decrease delay of rgb heatmap (#11322)
* allow customizing decrease delay of rgb heatmap

* rename rgb typing heatmap decrease delay variable

* address review comments

* nix-shell: add clang-tools required for formatting the C code

* heatmap: use real timer to track decrement rate

* heatmap: fix ifndef var name typo

* heatmap: add docs

* Update docs/feature_rgb_matrix.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
5 years ago
QMK Bot bf1d9de1d8 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Erovia b5c2e5e8fd
Fix documentation so UCIS example compiles. (#11541) 5 years ago
Ryan 415d683ea7
Remove unused `action_get_macro()` usages in user files (#11165) 5 years ago
QMK Bot 837aa75666 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Nick Blyumberg 68b58624d6
[Docs] Update feature_rgblight.md (#11363)
* Update feature_rgblight.md

The note is meant to let people know that this is specific to RGB Backlight and does not work with RGB Matrix based implementations.

* Update docs/feature_rgblight.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
5 years ago
Joshua Diamond 6e8adeeaac
Refine twinkle to be smoother (use breathing curve) (#11350)
* Refine twinkle to be smoother (use breathing curve)

* tune more for firmware size

* fix bug when v=255

~ drashna approved ~
5 years ago
QMK Bot 14d2e40bab Merge remote-tracking branch 'origin/master' into develop 5 years ago
L. K. Post efbaf68d5a
Fix documentation of `lsusb` behaviour (#10903) 5 years ago
Zach White a15c9057a1
Document how to add data driven configurations (#11502)
* describe how data driven configuration works

* Apply suggestions from code review

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
5 years ago
QMK Bot 1092cc4bbf Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joshua Diamond 9d10c66cf0
Correct descriptions of rgblight functions (#11429) 5 years ago
Zach White 962bc8d9dd
Use the schema to eliminate custom code (#11108)
* use the schema to eliminate custom code

* Update docs/reference_info_json.md

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

* make flake8 happy

* bugfix

* do not overwrite make vars from json

Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
QMK Bot 1b72b08b2c Merge remote-tracking branch 'origin/master' into develop 5 years ago
Toban Wiebe 95a1496ebc
Fix AUR package name (#11416)
On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
5 years ago
Zach White 667161620a Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joel Challis 6d9b4c7b4f
Suggest 'QMK MSYS' as the default windows platform (#11321)
* Suggest 'QMK MSYS' as the default windows platform

* Review comments
5 years ago
QMK Bot 69661609b7 Merge remote-tracking branch 'origin/master' into develop 5 years ago
umi 340fc9dce3
[Docs] Japanese translation of feature_rawhid.md (#10858)
* add feature_rawhid.md translation

* update files based on comments

* update files based on comments

* update files based on comments
5 years ago
QMK Bot c4d0d11f52 Merge remote-tracking branch 'origin/master' into develop 5 years ago
umi db8e88aae0
[Docs] Japanese translation of feature_led_indicators.md (#10960)
* add feature_led_indicators.md translation

* update related document

* add link on _summary
5 years ago
Joshua Diamond e190872b82
Improved Language Specific Keycodes for US International and Extended Layouts (#11307)
Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
QMK Bot d8a9974a41 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Michael Overman 988715910c
[Docs] Fix typo in hand_wire.md (#11297) 5 years ago
QMK Bot 39bd151472 Merge remote-tracking branch 'origin/master' into develop 5 years ago
s-maurice 08fdf086b7
Fix typo in hand wiring guide (#11388)
ridid -> rigid
5 years ago
Zach White 47b9b11009
Configure keyboard matrix from info.json (#10817)
* Make parameters from info.json available to the build system

* move all clueboard settings to info.json

* code formatting

* make flake8 happy

* make flake8 happy

* make qmk lint happy

* Add support for specifying led indicators in json

* move led indicators to the clueboard info.json

* Apply suggestions from code review

Co-authored-by: Erovia <Erovia@users.noreply.github.com>

* add missing docstring

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
5 years ago
QMK Bot f231f24dda Merge remote-tracking branch 'origin/master' into develop 5 years ago