Drashna Jaelre
26954bbc28
[Docs] Add Encoder requirements to PR Checklist doc ( #17634 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
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 )
3 years ago
evils
0a45a19801
[Docs] clarify inner array of direct pin matrix ( #17437 )
3 years ago
coliss86
fd01feae4b
Add a note about using differents MCU family ( #17416 )
3 years ago
Nick Brassel
15dab01e6a
Inform people that things may not work. ( #17391 )
3 years ago
Tom Barnes
026d0e8bf1
Update feature_midi.md ( #17390 )
...
Add caveat about usb endpoints.
3 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.
3 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`
3 years ago
Forrest Cahoon
8153b55e07
Add trailing parens to `get_oneshot_mods` in feature_advanced_keycodes.md ( #17211 )
3 years ago
Dasky
25ec68c408
Fix docs typo ( #17254 )
3 years ago
Nick Brassel
89a5d5aea0
Fixup command sequencing for master/develop. ( #17227 )
3 years ago
Nick Brassel
d0af56da33
Breaking changes for 2022q2. ( #17221 )
3 years ago
zvecr
de6360feca
stub changelog
3 years ago
Joy Lee
1c7e8b9a9d
Added support for Wb32fq95 ( #16871 )
3 years ago
James Young
2a544710d7
Small Markdown Patch for docs/feature_rgb_matrix.md ( #17171 )
3 years ago
jpe230
f296e1d1e2
[Docs] Align LED Matrix docs with RGB matrix docs ( #17140 )
3 years ago
Kyle McCreery
d5aab127d2
[Docs] Update Steno Keycode Table ( #17155 )
3 years ago
Joel Challis
40e33d03a8
Recommend pillow as part of manual MSYS install ( #17133 )
3 years ago
Ryan
d241e80533
Keymap FAQ updates ( #17130 )
3 years ago
durken1
dba5b730a3
Update pr_checklist.md ( #17122 )
3 years ago
Ryan
4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
3 years ago
Drashna Jaelre
f090881aeb
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine ( #15657 )
3 years ago
Mateusz Ż
94755308e0
Fix anchors with <code> in table of content ( #15169 )
3 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>
3 years ago
Drashna Jaelre
787a68948f
[Core] Add Reboot keycode to core ( #15990 )
3 years ago
Ryan
e99d6d582c
Add Ukrainian keymap header ( #16947 )
...
* Add Ukrainian keymap header
* Docs
3 years ago
Stefan Kerkmann
b1681fb6a1
[Core] Allow usage of AVRs minimal printf library ( #16266 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
3 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>
3 years ago
jpe230
81be7bb7b5
Fix i2c driver doc: Incorrect name ( #16898 )
3 years ago
uqs
690dc4bdaf
Add support for multiple sensors to pmw3360 ( #15996 )
3 years ago
Albert Y
a5a4597311
Refine LED indicator documentation ( #16304 )
3 years ago
Simon Arlott
5841c755ae
rgblight: Add functions to stop blinking one or all but one layer ( #16859 )
3 years ago
Albert Y
e5918cf968
Heatmap incorrect matrix effect workaround ( #16315 )
3 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>
3 years ago
Nick Brassel
1f2b1dedcc
Quantum Painter ( #10174 )
...
* Install dependencies before executing unit tests.
* Split out UTF-8 decoder.
* Fixup python formatting rules.
* Add documentation for QGF/QFF and the RLE format used.
* Add CLI commands for converting images and fonts.
* Add stub rules.mk for QP.
* Add stream type.
* Add base driver and comms interfaces.
* Add support for SPI, SPI+D/C comms drivers.
* Include <qp.h> when enabled.
* Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789.
* Add support for GC9A01.
* Add support for ILI9341.
* Add support for ILI9163.
* Add support for SSD1351.
* Implement qp_setpixel, including pixdata buffer management.
* Implement qp_line.
* Implement qp_rect.
* Implement qp_circle.
* Implement qp_ellipse.
* Implement palette interpolation.
* Allow for streams to work with either flash or RAM.
* Image loading.
* Font loading.
* QGF palette loading.
* Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images.
* Image drawing.
* Animations.
* Font rendering.
* Check against 256 colours, dump out the loaded palette if debugging enabled.
* Fix build.
* AVR is not the intended audience.
* `qmk format-c`
* Generation fix.
* First batch of docs.
* More docs and examples.
* Review comments.
* Public API documentation.
3 years ago
Ryan
c05e8afe45
Joystick feature updates ( #16732 )
...
* Joystick feature updates
* Move new functions to joystick.h
* Docs
3 years ago
Erovia
efc9c525b1
CLI: Add 'via2json' subcommand ( #16468 )
3 years ago
Simon
dc9eb21332
add the ability to change the pwm frequency for the IS31FL3737B ( #16718 )
3 years ago
leviport
3502bbbd16
Fix typo in docs/ref_functions.md ( #16690 )
3 years ago
Ryan
9ee2effe8e
HD44780 driver rework ( #16370 )
3 years ago
Drashna Jaelre
02655690f4
[Core] Add compile/make macro to core ( #15959 )
...
* [Core] Add KC_MAKE keycode to core
fix linting
fix testing error
work around test idiocyncracies
fix more lint
something something stupid tests
add doc
* updates based on feedback
* Add bad names
* Fixup docs
* semantics but cleaner
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
* Hide oneshot checks behind preprocessors
* Move no-compile option around
* Fix formatting
* make shift optional
* Make opt in
* fix formatting
* update send string function name
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
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
3 years ago
ethsol
a939adb55c
Sentence correction ( #16650 )
3 years ago