8014fb14b6
Fix in-page links in reference_info_json.md ( #16487 )
2022-03-07 18:50:03 -08:00
da6d6ce2e1
Some docs improvements ( #15845 )
...
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't
It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.
From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.
Perhaps no big deal, but also no reason to give incorrect hints.
* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1d
This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.
This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.
* Update docs to use "qmk format-python"
2022-03-05 15:58:50 +11:00
61ba8efa3e
Update pr_checklist.md ( #16484 )
...
Update readme.md template link from https://github.com/qmk/qmk_firmware/blob/master/data/templates/avr/readme.md to https://github.com/qmk/qmk_firmware/blob/master/data/templates/keyboard/readme.md
2022-03-04 12:49:14 +11:00
e01307f265
Typo in squeezing_avr.md ( #16506 )
...
Fixed typo in squeezing_avr docs.
2022-03-03 15:38:24 -08:00
96b6ddf4bf
fixed typo in docs/newbs_getting_started.md ( #16501 )
2022-03-03 09:53:40 +00:00
29ab430f1f
[Docs] Anchor link correction in rgb matrix docs ( #16460 )
2022-02-26 18:38:46 -08:00
259cf76966
Link WS2812 driver page from rgb feature docs ( #16366 )
2022-02-27 01:50:44 +00:00
97d0e7cb2d
[Docs] Add commands to flashing docs ( #16456 )
2022-02-26 17:35:10 -08:00
cf31355f08
Changelog 2022q1 ( #16380 )
...
* Initial changelog pass
* update generate-develop-pr-list content
* Fix bad word-ness
* Fix generate-develop-pr-list ignores
* Update docs/ChangeLog/20220226.md
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-23 17:33:08 +00:00
145dca0e49
Merge remote-tracking branch 'upstream/master' into develop
2022-02-22 05:21:40 +11:00
b1f8622513
[Docs] Update feature_leader_key.md ( #16344 )
...
Co-authored-by: zvecr <git@zvecr.com >
2022-02-21 09:08:36 -08:00
d3584be431
[Docs] Update newbs_building_firmware.md ( #16333 )
2022-02-21 09:08:07 -08:00
0d9a0d5d97
Align new-keyboard with recent schema updates ( #16378 )
2022-02-16 20:58:40 +00:00
16767312db
Align docs to new-keyboard behaviour ( #16357 )
2022-02-15 15:45:32 +11:00
71c0b97bce
Added external spi flash driver. ( #15419 )
2022-02-11 20:26:16 +00:00
815d2bae81
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:17:00 +00:00
f662939037
Sentence structure update ( #16306 )
2022-02-10 16:16:01 +00:00
0930c60553
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 07:13:21 +00:00
3e5cb1da0f
Improve description of LED state data sync option ( #16302 )
2022-02-10 18:12:42 +11:00
9e293e7f9c
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:13:10 +00:00
04020da48c
[Docs] pr checklist: update doc hyperlinks to relative ones and use IDs ( #16263 )
2022-02-08 21:12:39 -08:00
a2ffdb4abd
Merge remote-tracking branch 'upstream/master' into develop
2022-02-09 16:00:09 +11:00
efdaa7f972
Add support for driving unselected row/col. ( #16278 )
2022-02-09 15:50:13 +11:00
2e279f1b88
Initial pass at data driven new-keyboard subcommand ( #12795 )
...
* Initial pass at a data driven keyboard subcommand
* format
* lint
* Handle bootloader now its mandatory
2022-02-09 06:03:30 +11:00
41bbb34287
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 17:38:30 +00:00
87199eb2f5
add 'info_config.h' into docs/hardware_keyboard_guidelines.md ( #16247 )
...
Added info_config.h added in #10817 to the include order description of config.h.
2022-02-06 17:37:59 +00:00
65a4ad1177
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 17:37:11 +00:00
14f886d03b
[Docs] Address some typos (also in moonlander matrix.c) ( #16248 )
...
* [Docs] Fix repeated words
* [Keyboard] Fix moonlander output
The left/right orientation differs from Ergodox EZ.
2022-02-06 17:36:44 +00:00
0452ad9479
Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745, IS31FL3746A ( #14989 )
...
Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com >
2022-02-06 09:04:43 -08:00
1aa9328200
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 05:17:07 +00:00
7a0b07f84b
[Docs] RGB documentation formatting corrections ( #15826 )
2022-02-05 21:16:36 -08:00
b1debfb12f
Remove default pointing device driver. ( #16190 )
...
* remove custom as default
* add missing pointing_device_driver to rules.mk
* Update docs
2022-02-05 14:29:15 +00:00
80dbdb2a61
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 11:45:18 +00:00
10fda3ec8e
[Docs] feature: mouse keys, fix misused wording ( #16226 )
2022-02-05 11:44:48 +00:00
eb8ace0855
RGB Matrix: Reload from EEPROM ( #15923 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-04 19:08:48 -08:00
a72f4346ce
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 21:15:50 +00:00
f52cc210b8
[Docs] feature_macro.md: minor formatting fix ( #16205 )
2022-02-05 08:15:21 +11:00
6a35788b63
[Core] Add Pixel Flow RGB matrix effect ( #15829 )
...
* Initial PIXEL FLOW matrix effect commit
* Commit suggested use of rgb_matrix_check_finished_leds
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* Code change support for split RGB
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-05 05:58:16 +11:00
578d3f6951
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 18:57:58 +00:00
1fffcbc298
Revert "[Core] Add Pixel Flow RGB matrix effect ( #15829 )" ( #16209 )
...
This reverts commit e8fa329073
.
2022-02-05 05:57:21 +11:00
f2384d062b
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 18:56:47 +00:00
e8fa329073
[Core] Add Pixel Flow RGB matrix effect ( #15829 )
...
* Initial PIXEL FLOW matrix effect commit
* Commit suggested use of rgb_matrix_check_finished_leds
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* Code change support for split RGB
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-05 05:55:51 +11:00
249280cac2
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 03:45:30 +00:00
3403f5813c
Point out that deferred execution needs to be enabled in rules.mk ( #16196 )
2022-02-04 03:44:51 +00:00
97ee1c0aee
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:06:00 +00:00
a2ef11bb00
[Docs] Add reference to data sync options for RGB ( #16144 )
2022-01-31 18:05:09 -08:00
b4f124c78c
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:06:54 +00:00
03b1d9ef1f
Add a warning about USBtinyISP limitations to the ISP flashing guide ( #15898 )
2022-01-30 11:06:19 -08:00
7d685956cc
Rename AdafruitBLE
to BluefruitLE
( #16127 )
2022-01-30 17:29:42 +00:00
d6abdda34f
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 16:06:50 +00:00