Joel Challis
2a3dd95229
Add basic secure docs ( #17577 )
3 years ago
Joel Challis
8fa7b62011
Attempt to discourage manual MSYS install for new users ( #17556 )
3 years ago
Ryan
25033d5d9e
MSYS2 install: use MinGW python-qmk package ( #17302 )
...
* MSYS2 install: use MinGW python-qmk package
* Add missing flashers
* Note VC Redist for manual install
* VC Redist no longer needed
3 years ago
CoffeeIsLife
0365f640af
Allow for RGB actions to take place on Keydown instead of Keyup ( #16886 )
...
* Allow for switch on keydown
* add docs
3 years ago
ripdog
4e35697e1a
Add note about qmk doctor in newbs_flashing.md ( #15688 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
jack
ee26d3e77f
Add Zsh note for tab complete ( #17226 )
3 years ago
Josh Hinnebusch
096db8c8ca
Add LED backlight/indicator info to reference_info_json.md ( #17010 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
David Kosorin
71472a1692
Update ref_functions.md (replaced deprecated `RESET`) ( #17436 )
4 years ago
evils
0a45a19801
[Docs] clarify inner array of direct pin matrix ( #17437 )
4 years ago
coliss86
fd01feae4b
Add a note about using differents MCU family ( #17416 )
4 years ago
Nick Brassel
15dab01e6a
Inform people that things may not work. ( #17391 )
4 years ago
Tom Barnes
026d0e8bf1
Update feature_midi.md ( #17390 )
...
Add caveat about usb endpoints.
4 years ago
JunZuloo
5f72d54299
Update other_vscode.md ( #17317 )
...
Bracket pair colorizer has been deprecated since it is now a native feature, and VIM Keymap no longer exists, so I removed those 2 links.
4 years ago
Travis Rigg
b85c224b7c
docs: reflect systemd's change in language ( #17322 )
...
Like much of our field, systemd has renamed their `master` branch to `main`
4 years ago
Forrest Cahoon
8153b55e07
Add trailing parens to `get_oneshot_mods` in feature_advanced_keycodes.md ( #17211 )
4 years ago
Dasky
25ec68c408
Fix docs typo ( #17254 )
4 years ago
Nick Brassel
89a5d5aea0
Fixup command sequencing for master/develop. ( #17227 )
4 years ago
Nick Brassel
d0af56da33
Breaking changes for 2022q2. ( #17221 )
4 years ago
zvecr
de6360feca
stub changelog
4 years ago
Joy Lee
1c7e8b9a9d
Added support for Wb32fq95 ( #16871 )
4 years ago
QMK Bot
b5725c05bd
Merge remote-tracking branch 'origin/master' into develop
4 years ago
James Young
2a544710d7
Small Markdown Patch for docs/feature_rgb_matrix.md ( #17171 )
4 years ago
QMK Bot
9fa106f76e
Merge remote-tracking branch 'origin/master' into develop
4 years ago
jpe230
f296e1d1e2
[Docs] Align LED Matrix docs with RGB matrix docs ( #17140 )
4 years ago
QMK Bot
f155db37d4
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Kyle McCreery
d5aab127d2
[Docs] Update Steno Keycode Table ( #17155 )
4 years ago
Joel Challis
40e33d03a8
Recommend pillow as part of manual MSYS install ( #17133 )
4 years ago
QMK Bot
37eee020ed
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ryan
d241e80533
Keymap FAQ updates ( #17130 )
4 years ago
QMK Bot
8b79f30cd5
Merge remote-tracking branch 'origin/master' into develop
4 years ago
durken1
dba5b730a3
Update pr_checklist.md ( #17122 )
4 years ago
Ryan
4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
4 years ago
Drashna Jaelre
f090881aeb
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine ( #15657 )
4 years ago
QMK Bot
a899c097ce
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Mateusz Ż
94755308e0
Fix anchors with <code> in table of content ( #15169 )
4 years ago
Pascal Getreuer
68b16bba68
[Core] Add Caps Word feature to core ( #16588 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Drashna Jaelre
787a68948f
[Core] Add Reboot keycode to core ( #15990 )
4 years ago
QMK Bot
fc52a30780
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ryan
e99d6d582c
Add Ukrainian keymap header ( #16947 )
...
* Add Ukrainian keymap header
* Docs
4 years ago
Stefan Kerkmann
b1681fb6a1
[Core] Allow usage of AVRs minimal printf library ( #16266 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
4 years ago
QMK Bot
05ab7453ec
Merge remote-tracking branch 'origin/master' into develop
4 years ago
IskandarMa
83ce70c821
[Docs] zh-cn document translate: git parts ( #15576 )
...
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
12d1eb0415
Merge remote-tracking branch 'origin/master' into develop
4 years ago
jpe230
81be7bb7b5
Fix i2c driver doc: Incorrect name ( #16898 )
4 years ago
uqs
690dc4bdaf
Add support for multiple sensors to pmw3360 ( #15996 )
4 years ago
QMK Bot
d958329258
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
a5a4597311
Refine LED indicator documentation ( #16304 )
4 years ago
Simon Arlott
5841c755ae
rgblight: Add functions to stop blinking one or all but one layer ( #16859 )
4 years ago
Albert Y
e5918cf968
Heatmap incorrect matrix effect workaround ( #16315 )
4 years ago
Jouke Witteveen
8f585153c4
Add GET_TAPPING_TERM macro to reduce duplicate code ( #16681 )
...
* Add GET_TAPPING_TERM macro to reduce duplicate code
The macro gives the right tapping term depending on whether per-key
tapping terms and/or dynamic tapping terms are enabled. Unnecessary
function calls and variable resolution are avoided.
Fixes #16472 .
* Use GET_TAPPING_TERM for Cirque trackpads
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
4 years ago