summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Feature-ify Send String (#17275)Ryan2022-07-023-0/+227
|
* PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-022-0/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-0/+4
|\
| * Add Zsh note for tab complete (#17226)jack2022-07-021-0/+4
| |
* | Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis2022-07-021-0/+68
| |
* | Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP2022-07-022-0/+2
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-2/+53
|\|
| * Add LED backlight/indicator info to reference_info_json.md (#17010)Josh Hinnebusch2022-07-021-2/+53
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-022-12/+27
| |
* | [QP] Add ILI9488 support. (#17438)Nick Brassel2022-07-021-0/+25
| |
* | [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-306-31/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-302-7/+77
| |
* | Update feature_split_keyboard.md to add extra detail about left and right ↵ihatechoosingusernames2022-06-291-1/+1
| | | | | | | | matrices. (#17492)
* | improvements for Cirque Pinnacle trackpads (#17091)Thomas Kriechbaumer2022-06-251-9/+12
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-242-2/+2
| |
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-231-27/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-231-2/+6
|\|
| * Update ref_functions.md (replaced deprecated `RESET`) (#17436)David Kosorin2022-06-231-2/+6
| |
* | Added global current to all other issi drivers who don't have it (#17448)Jamal Bouajjaj2022-06-231-0/+1
| |
* | Cirque Attenuation Setting (#17342)Kyle McCreery2022-06-221-8/+16
| |
* | Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky2022-06-211-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak
* | Allow encoder config from info.json (#17295)Joel Challis2022-06-201-0/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-211-1/+1
|\|
| * [Docs] clarify inner array of direct pin matrix (#17437)evils2022-06-211-1/+1
| |
* | IS31FL3737 Global Current Setting (#17420)Jamal Bouajjaj2022-06-191-0/+1
| |
* | [Core] Mouse key kinetic mode fix (#17176)Albert Y2022-06-191-3/+3
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-181-0/+2
|\|
| * Add a note about using differents MCU family (#17416)coliss862022-06-191-0/+2
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-4/+3
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵Stefan Kerkmann2022-06-181-0/+10
| | | | | | | | (#16669)
* | [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)Stefan Kerkmann2022-06-171-75/+214
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-141-0/+2
|\|
| * Inform people that things may not work. (#17391)Nick Brassel2022-06-141-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-141-0/+4
|\|
| * Update feature_midi.md (#17390)Tom Barnes2022-06-141-0/+4
| | | | | | Add caveat about usb endpoints.
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-132-54/+90
| |
* | Add support for large Mouse Reports (#16371)Drashna Jaelre2022-06-082-0/+3
| | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-081-2/+0
|\|
| * Update other_vscode.md (#17317)JunZuloo2022-06-081-2/+0
| | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-061-1/+1
|\|
| * docs: reflect systemd's change in language (#17322)Travis Rigg2022-06-061-1/+1
| | | | | | Like much of our field, systemd has renamed their `master` branch to `main`
* | initial 24lc32a (#16990)Xelus222022-06-041-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-311-1/+1
|\|
| * Add trailing parens to `get_oneshot_mods` in feature_advanced_keycodes.md ↵Forrest Cahoon2022-05-311-1/+1
| | | | | | | | (#17211)
* | Make bootloader_jump for dualbank STM32 respect ↵Thomas Preisner2022-05-301-1/+1
| | | | | | | | STM32_BOOTLOADER_DUAL_BANK_DELAY (#17178)
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-307-224/+0
| |
* | Make SPI Mode configurable and change default mode to 3 (#17263)trwnh2022-05-311-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-302-2/+2
|\|
| * Fix docs typo (#17254)Dasky2022-05-302-2/+2
| |
* | Add uf2-split-* make targets. (#17257)Dasky2022-05-312-0/+7
|/