Albert Y
9aaf4a5a9b
Add split keyboard example for Bootmagic Lite ( #16349 )
...
* Add split keyboard example for bootmagic lite
* Add handedness link
* Edit sentence structure
* Apply suggested language correction
4 years ago
QMK Bot
9e39b99a0e
Merge remote-tracking branch 'origin/master' into develop
4 years ago
ethsol
a939adb55c
Sentence correction ( #16650 )
4 years ago
QMK Bot
cc9a2aef0f
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ryan
dde4120a1e
ISP flashing guide: add instructions for flashing STM32duino bootloader ( #16568 )
4 years ago
QMK Bot
4281beb1de
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Thomas Kriechbaumer
86b123141b
docs: fix code sample ( #16623 )
4 years ago
QMK Bot
54658a3687
Merge remote-tracking branch 'origin/master' into develop
4 years ago
WJH
6c40b6856b
[Docs] Include ASCII diagram to explain tap-hold modes ( #15873 )
...
* [Docs] Include ASCII diagram to explain tap-hold modes
* [Docs]: add examples for Default mode for Tap Hold
* [Docs] fix some wrong explanation in tap_hold.md
4 years ago
Nick Brassel
8d5eacb7dd
Add support for encoder mapping. ( #13286 )
4 years ago
Nick Brassel
2f6751e48a
Asymmetric encoders, encoder tests. ( #16068 )
4 years ago
QMK Bot
e71f8f89d2
Merge remote-tracking branch 'origin/master' into develop
4 years ago
ZiTe
0880850b15
[Bug] Rename has_mouse_report_changed parameters ( #16417 )
...
Fixes compilation issues when bluetooth is enabled, due to issues
with cpp used by bluetooth code.
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot
7bc8046f9a
Merge remote-tracking branch 'origin/master' into develop
4 years ago
peepeetee
8014fb14b6
Fix in-page links in reference_info_json.md ( #16487 )
4 years ago
Stefan Kerkmann
2bface8f89
Add flash target for UF2 bootloaders ( #16525 )
4 years ago
Ryan
75544d9127
Move Doxygen docs to subdirectory ( #16561 )
4 years ago
QMK Bot
ab76e6ab59
Merge remote-tracking branch 'origin/master' into develop
4 years ago
kiilerix
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"
4 years ago
Ryan
ace0603f4f
Change data driven "str" type to represent a quoted string literal ( #16516 )
...
* Change data driven "str" type to represent a quoted string literal
* Update docs
4 years ago
Ryan
f634fddd34
Remove `send_unicode_hex_string()` ( #16518 )
4 years ago
jels
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
4 years ago
jels
e01307f265
Typo in squeezing_avr.md ( #16506 )
...
Fixed typo in squeezing_avr docs.
4 years ago
Jake VanderVaate
96b6ddf4bf
fixed typo in docs/newbs_getting_started.md ( #16501 )
4 years ago
Albert Y
29ab430f1f
[Docs] Anchor link correction in rgb matrix docs ( #16460 )
4 years ago
Dasky
259cf76966
Link WS2812 driver page from rgb feature docs ( #16366 )
4 years ago
Ryan
97d0e7cb2d
[Docs] Add commands to flashing docs ( #16456 )
4 years ago
Joel Challis
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>
4 years ago
fauxpark
145dca0e49
Merge remote-tracking branch 'upstream/master' into develop
4 years ago
Michal Petrik
b1f8622513
[Docs] Update feature_leader_key.md ( #16344 )
...
Co-authored-by: zvecr <git@zvecr.com>
4 years ago
Michal Petrik
d3584be431
[Docs] Update newbs_building_firmware.md ( #16333 )
4 years ago
Joel Challis
0d9a0d5d97
Align new-keyboard with recent schema updates ( #16378 )
4 years ago
Joel Challis
16767312db
Align docs to new-keyboard behaviour ( #16357 )
4 years ago
Joy Lee
71c0b97bce
Added external spi flash driver. ( #15419 )
4 years ago
QMK Bot
815d2bae81
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
f662939037
Sentence structure update ( #16306 )
4 years ago
QMK Bot
0930c60553
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
3e5cb1da0f
Improve description of LED state data sync option ( #16302 )
4 years ago
QMK Bot
9e293e7f9c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
04020da48c
[Docs] pr checklist: update doc hyperlinks to relative ones and use IDs ( #16263 )
4 years ago
Nick Brassel
a2ffdb4abd
Merge remote-tracking branch 'upstream/master' into develop
4 years ago
Nick Brassel
efdaa7f972
Add support for driving unselected row/col. ( #16278 )
4 years ago
Joel Challis
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
4 years ago
QMK Bot
41bbb34287
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Takeshi ISHII
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.
4 years ago
QMK Bot
65a4ad1177
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Jouke Witteveen
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.
4 years ago
MasterSpoon
0452ad9479
Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745, IS31FL3746A ( #14989 )
...
Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
4 years ago
QMK Bot
1aa9328200
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
7a0b07f84b
[Docs] RGB documentation formatting corrections ( #15826 )
4 years ago
Dasky
b1debfb12f
Remove default pointing device driver. ( #16190 )
...
* remove custom as default
* add missing pointing_device_driver to rules.mk
* Update docs
4 years ago
QMK Bot
80dbdb2a61
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
10fda3ec8e
[Docs] feature: mouse keys, fix misused wording ( #16226 )
4 years ago
Adam Lickel
eb8ace0855
RGB Matrix: Reload from EEPROM ( #15923 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
4 years ago
QMK Bot
a72f4346ce
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
f52cc210b8
[Docs] feature_macro.md: minor formatting fix ( #16205 )
4 years ago
Albert Y
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>
4 years ago
QMK Bot
578d3f6951
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Nick Brassel
1fffcbc298
Revert "[Core] Add Pixel Flow RGB matrix effect ( #15829 )" ( #16209 )
...
This reverts commit e8fa329073 .
4 years ago
QMK Bot
f2384d062b
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
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>
4 years ago
QMK Bot
249280cac2
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Nick Brassel
3403f5813c
Point out that deferred execution needs to be enabled in rules.mk ( #16196 )
4 years ago
QMK Bot
97ee1c0aee
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
a2ef11bb00
[Docs] Add reference to data sync options for RGB ( #16144 )
4 years ago
QMK Bot
b4f124c78c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Sergey Vlasov
03b1d9ef1f
Add a warning about USBtinyISP limitations to the ISP flashing guide ( #15898 )
4 years ago
Ryan
7d685956cc
Rename `AdafruitBLE` to `BluefruitLE` ( #16127 )
4 years ago
QMK Bot
d6abdda34f
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
d48bff8342
[Docs] zh-cn documentation translate: hand-wire ( #15666 )
...
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
4 years ago
QMK Bot
d0faaa9c7c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
9e79f27547
[Docs] zh-cn document translate: IDE configuration ( #15575 )
...
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
4 years ago
QMK Bot
720ccf9559
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Monksoffunk
b2fcc923cb
[Docs] Update Encoder docs about multiple encoders ( #16036 )
4 years ago
QMK Bot
99478417ac
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
0f0e90971b
[Docs] OLED documentation edits ( #15977 )
...
* Clarify OLED_TIMEOUT
* Add a section on logo file location
4 years ago
Dasky
7b31fc54df
Enable a default task throttle for split pointing. ( #15925 )
4 years ago
Ryan
1d11ae3087
Rip out old macro and action_function system ( #16025 )
...
* Rip out old macro and action_function system
* Update quantum/action_util.c
Co-authored-by: Joel Challis <git@zvecr.com>
4 years ago
QMK Bot
95321fbc2c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Nick Brassel
7d6e15423b
Add some clarity regarding new board definitions ( #16018 )
4 years ago
Nick Brassel
77062e9a36
Add L432, L442. ( #16016 )
4 years ago
Albert Y
fed36fc5f8
Adjust mouse key defaults ( #15883 )
4 years ago
Ryan
b45a037c7e
Rename some Quantum keycodes ( #15968 )
...
* Rename some Quantum keycodes
* Tweak EEPROM clear and debug keycode short aliases
4 years ago
QMK Bot
c7f477bc59
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
8901c9eca1
Add Atom editor suggestion ( #15969 )
4 years ago
QMK Bot
2f5c70e834
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Gigahawk
ad09160b03
docs: fix typo in led matrix docs ( #15972 )
4 years ago
QMK Bot
ecfa4172d0
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Gigahawk
2baca55cda
docs: fix typo in rgblight docs ( #15960 )
4 years ago
Petr Viktorin
be06ef6af5
[Docs] Fix typo in ADNS 9800 sensor name ( #15956 )
4 years ago
Drashna Jaelre
6ebb44f17e
[Bug][Core] Fix optical sensor firmware upload ( #15919 )
4 years ago
Ryan
dcb0c4e51e
Add example implementations for compatible MCUs list ( #15935 )
...
* Add example implementations for compatible MCUs list
* Update docs/compatible_microcontrollers.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
4 years ago
QMK Bot
b825af0728
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
f6a7f4d4ac
update the Chinese translation based on the latest English version ( #14924 )
...
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Joy Lee <chang.li@westberrytech.com>
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
4 years ago
Ryan
c72ed7c024
CLI: Parse USB device version BCD ( #14580 )
...
* CLI: Parse USB device version BCD
* Apply suggestions
4 years ago
QMK Bot
71a9384f49
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ryan
9e92d8a905
Make note of upper limit for `UC()` ( #15870 )
4 years ago
QMK Bot
15d385a862
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Tuk Bredsdorff
8fe320baa6
Fix keymap.json macro example ( #15567 )
4 years ago
Alabastard-64
a8482a4424
PMW3389 Revert Firmware load during Initilization ( #15859 )
4 years ago