QMK Bot
4e362df68c
Merge remote-tracking branch 'origin/master' into develop
2021-01-29 21:06:12 +00:00
shela
5691f1341d
Update feature_debounce_type.md of Japanese document. ( #10596 )
...
* Update Japanese document.
* fix table format.
* fix heading
* Update translation
* Apply suggestions from code review
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Update docs/ja/feature_debounce_type.md
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Bump up comment tag
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
2021-01-30 06:05:40 +09:00
Nick Brassel
d65db68f9f
Merge remote-tracking branch 'upstream/master' into develop
2021-01-28 10:52:59 +11:00
Joshua Diamond
bad9592a18
Add rgblight_reload_from_eeprom() ( #11411 )
...
* Add rgblight_reset_from_eeprom()
* reset->reload
2021-01-28 04:42:03 +11:00
glanchow
162842f16e
[Docs] add qmk setup home parameter ( #11451 )
2021-01-28 04:39:58 +11:00
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
2021-01-28 04:38:34 +11:00
Ryan
30b46fad57
UART driver refactor ( #11637 )
2021-01-27 17:42:49 +11:00
QMK Bot
95ecd4e1d2
Merge remote-tracking branch 'origin/master' into develop
2021-01-24 14:52:27 +00:00
David H. Bronke
92543a7cb5
fix(feature_ps2_mouse): fix Scroll Button example ( #11669 )
...
Corrected macro in Scroll Button example so it compiles.
2021-01-24 14:51:25 +00:00
QMK Bot
05aa864338
Merge remote-tracking branch 'origin/master' into develop
2021-01-24 06:15:47 +00:00
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>
2021-01-24 15:15:11 +09:00
QMK Bot
3f4ff5b6a7
Merge remote-tracking branch 'origin/master' into develop
2021-01-23 21:42:03 +00:00
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
2021-01-23 13:41:29 -08:00
QMK Bot
8401b0a6e5
Merge remote-tracking branch 'origin/master' into develop
2021-01-20 18:46:42 +00:00
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>
2021-01-20 18:46:01 +00:00
QMK Bot
a9df4263bb
Merge remote-tracking branch 'origin/master' into develop
2021-01-20 03:05:04 +00:00
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
2021-01-20 14:04:21 +11:00
QMK Bot
cfde37eec1
Merge remote-tracking branch 'origin/master' into develop
2021-01-20 02:49:41 +00:00
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
2021-01-19 18:49:02 -08:00
Zach White
5abe666749
Merge remote-tracking branch 'origin/master' into develop
2021-01-16 15:21:06 -08:00
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
2021-01-16 15:13:04 -08:00
QMK Bot
296552e358
Merge remote-tracking branch 'origin/master' into develop
2021-01-15 21:43:07 +00:00
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>
2021-01-16 08:42:30 +11:00
fauxpark
ca7da3866d
Merge remote-tracking branch 'upstream/master' into develop
2021-01-15 18:34:12 +11:00
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>
2021-01-14 11:29:00 -08:00
QMK Bot
bf1d9de1d8
Merge remote-tracking branch 'origin/master' into develop
2021-01-14 00:12:36 +00:00
Erovia
b5c2e5e8fd
Fix documentation so UCIS example compiles. ( #11541 )
2021-01-14 11:11:59 +11:00
Ryan
415d683ea7
Remove unused action_get_macro()
usages in user files ( #11165 )
2021-01-11 01:25:45 -08:00
QMK Bot
837aa75666
Merge remote-tracking branch 'origin/master' into develop
2021-01-11 07:05:39 +00:00
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>
2021-01-10 23:05:11 -08:00
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 ~
2021-01-10 23:04:42 -08:00
QMK Bot
14d2e40bab
Merge remote-tracking branch 'origin/master' into develop
2021-01-11 05:49:10 +00:00
L. K. Post
efbaf68d5a
Fix documentation of lsusb
behaviour ( #10903 )
2021-01-10 21:48:29 -08:00
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>
2021-01-10 20:47:58 -08:00
QMK Bot
1092cc4bbf
Merge remote-tracking branch 'origin/master' into develop
2021-01-10 04:01:05 +00:00
Joshua Diamond
9d10c66cf0
Correct descriptions of rgblight functions ( #11429 )
2021-01-09 20:00:12 -08:00
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>
2021-01-09 13:34:14 -08:00
QMK Bot
1b72b08b2c
Merge remote-tracking branch 'origin/master' into develop
2021-01-09 00:38:16 +00:00
Toban Wiebe
95a1496ebc
Fix AUR package name ( #11416 )
...
On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
2021-01-09 11:37:42 +11:00
Zach White
667161620a
Merge remote-tracking branch 'origin/master' into develop
2021-01-08 11:21:27 -08:00
Joel Challis
6d9b4c7b4f
Suggest 'QMK MSYS' as the default windows platform ( #11321 )
...
* Suggest 'QMK MSYS' as the default windows platform
* Review comments
2021-01-08 11:09:28 -08:00
QMK Bot
69661609b7
Merge remote-tracking branch 'origin/master' into develop
2021-01-06 05:08:55 +00:00
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
2021-01-06 14:08:21 +09:00
QMK Bot
c4d0d11f52
Merge remote-tracking branch 'origin/master' into develop
2021-01-06 05:07:42 +00:00
umi
db8e88aae0
[Docs] Japanese translation of feature_led_indicators.md ( #10960 )
...
* add feature_led_indicators.md translation
* update related document
* add link on _summary
2021-01-06 14:07:07 +09:00
Joshua Diamond
e190872b82
Improved Language Specific Keycodes for US International and Extended Layouts ( #11307 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-02 15:54:48 +11:00
QMK Bot
d8a9974a41
Merge remote-tracking branch 'origin/master' into develop
2021-01-02 01:36:46 +00:00
Michael Overman
988715910c
[Docs] Fix typo in hand_wire.md ( #11297 )
2021-01-01 17:36:17 -08:00
QMK Bot
39bd151472
Merge remote-tracking branch 'origin/master' into develop
2021-01-01 14:57:27 +00:00
s-maurice
08fdf086b7
Fix typo in hand wiring guide ( #11388 )
...
ridid -> rigid
2021-01-01 14:57:02 +00:00