2315 Commits (5428d922a54fe8172c17ccbf5e60c2b0162edd11)

Author SHA1 Message Date
Ryan 043d8e1140
Remove deprecated Quantum keycodes (#19712) 3 years ago
Albert Y 981f3c316c
Additional handedness by EEPROM examples (#19686)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
3 years ago
QMK Bot 7ff55e67e1 Merge remote-tracking branch 'origin/master' into develop 3 years ago
arrowj 419a7944a4
Update understanding_qmk.md (#19664)
Changed "...4 row by 5 column numpad" to "...5 row by 4 column numpad" on line 46.
3 years ago
Ryan cf935d97ae
Fix functions with empty params (#19647)
* Fix functions with empty params

* Found a bunch more
3 years ago
QMK Bot d6ba3b4b84 Merge remote-tracking branch 'origin/master' into develop 3 years ago
leviport e5b36e2c3f
Docs: typo fixes in platformdev_blackpill_f4x1.md (#19635) 3 years ago
QMK Bot e99b2b6ec8 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Nick Brassel 22be5190ab
Minor cleanup to breaking/checklist docs. (#19596)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Sergey Vlasov 272281f1a0
Add analog support for RP2040 (#19453)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Joel Challis 82a94ea1bd
Add f303 to tinyuf2 bootloader support (#19620) 3 years ago
QMK Bot bd7c396c18 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Albert Y 204ba02765
Use consistent highlight format (#19619) 3 years ago
QMK Bot 949bdd22ef Merge remote-tracking branch 'origin/master' into develop 3 years ago
Albert Y 737e6bf027
Highlight inclusion of extern macro (#19614) 3 years ago
QMK Bot 4c7f67f724 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Pablo Martínez 2bff00e1ba
Small doc changes (#19601) 3 years ago
QMK Bot b6e42db64b Merge remote-tracking branch 'origin/master' into develop 3 years ago
Sergey Vlasov 917d93e968
[Docs] Fix `JOYSTICK_AXIS_COUNT` name in docs (#19605) 3 years ago
Joel Challis 0730740add
Add mmoskal/uf2-stm32f103 bootloader support (#19594) 3 years ago
David Hoelscher 45851a10f6
Add RGB565 and RGB888 color support to Quantum Painter (#19382) 3 years ago
QMK Bot d44581b036 Merge remote-tracking branch 'origin/master' into develop 3 years ago
jack b756c53c7b
[Docs] Touch up documentation templates & porting keyboard docs (#19573) 3 years ago
QMK Bot e57d703d50 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Tom Barnes 0cff636739
weact docs patch re "security vulnerability" (#19572) 3 years ago
QMK Bot 72dc1f88b9 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Daniel Schaefer b56ffc8920
docs: Fix IS31FL3743A driver name (#19518)
Incorrectly documented.
See: `builddefs/common_features.mk`
3 years ago
QMK Bot 8f36e08be0 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Paul Massendari 84a642266c
A comma was missing (#19507) 3 years ago
zvecr 115c241f21 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Nick Brassel 691668340c
Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst providing support for filtering as per data-driven definitions. (#18971) 3 years ago
Drashna Jaelre b585ece5ef
Add Split support for Haptic feedback (#19203) 3 years ago
QMK Bot 4704a4e053 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis 2ae215514a
Add docs to cover recent LAYOUT_all lint checks (#19393) 3 years ago
QMK Bot ea96799970 Merge remote-tracking branch 'origin/master' into develop 3 years ago
BBBNBBB 943aae85d5
Fixes unicode_map declaration example (#19450)
If the previous example was used the incorrect codepoints are produced.
Changes the order of arguments the declaration of the unicode_map
3 years ago
QMK Bot d4096db271 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Roberto Santalla a781672ce7
docs: add a note about reflashing both halves for encoder resolution (#19162)
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
Ryan 801d2ff940
Remove useless line continuations (#19399) 3 years ago
QMK Bot 430b551407 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis 70f67ca908
Update breaking changes year... (#19409) 3 years ago
QMK Bot 2e36bde659 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Alexander Franco 11ae141835
Fix description for selectively disabling animations (#19374) 3 years ago
QMK Bot e3a34d6062 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Leo Deng 79d083c635
[Docs] Update feature_joystick.md (#19347) 3 years ago
Albert Y c6d0aa6ae4
Add change log for quick tap term (#19341) 3 years ago
Ryan 1978007fae
Tap Dance: remove `qk_` prefix (#19313) 3 years ago
QMK Bot e2ab98f960 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Pablo Martínez 99174edf0a
[Docs] Remove broken link (#19321) 3 years ago
Joel Challis 1124bbc1db
Remove deprecated led_set_kb (#19273)
* Remove led_set_kb maintaining existing led_set_user behaviour

* Also call led_set_user
3 years ago
Ryan e2117564c5
Leader: remove `qk_` prefix (#19304) 3 years ago
Ryan 9e4cfcd181
UCIS: remove `qk_` prefix (#19302) 3 years ago
precondition 515dd18c28
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) 3 years ago
jpe230 102f22f7e9
[Core] Quantum Painter - LVGL Integration (#18499)
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Albert Y cbabc8dbe6
[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)
* Replace Tapping Force Hold feature with Quick Tap Term

* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0

* Deprecate force hold in info_config.json

* Before and after quick tap term unit tests

* Quick tap unit tests iteration

* Keymap config.h correction

* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed

* Add two more test cases for quick tap

* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2

* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2

* Add function declaration for get_quick_tap_term

Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
3 years ago
Stefan Kerkmann 9dc3f79196
[RP2040] update i2c drivers to reflect peripheral number (#19277) 3 years ago
Pablo Martínez d9cba6e978
Add `*_RIGHT` configuration for PMW33XX driver (#19243) 3 years ago
Joel Challis 6133b08e73
Rework input_pressed_state docs (#19267)
* Revert changes to porting

* Update reference_info_json.md
3 years ago
Ruslan Sayfutdinov 85ee55ff3b
Detect host OS based on USB fingerprint (#18463)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
dexter93 f2a8a13dba
Core: Support inverted scan logic for optical switches (#19053) 3 years ago
ForsakenRei 53423f0369
KC_GESC -> QK_GESC for cn and ja Docs (#19024) 3 years ago
Joel Challis 32dabd5320
Align new-keymap with new-keyboard (#19229) 3 years ago
QMK Bot b4f6a329d4 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Pablo Martínez a5c2eea6c1
Update OLED doc (#19213)
* Update OLED doc

* Update docs/feature_oled_driver.md

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
3 years ago
Joel Challis c952458c78
DD bootmagic config (#19201)
* DD bootmagic config

* Also enable

* docs
3 years ago
Joel Challis 4a0aa9ada2
Fix headers in info.json reference (#19202) 3 years ago
JayceFayne 9ddb0165a4
fix typo (#19189) 3 years ago
gshmu 690eb4a453
Fix RWIN typo within keycode list (#19155)
fix typo
3 years ago
Ndot 5a3770d363
[Docs] Update reference_info_json.md (#18817)
* [Docs] Update reference_info_json.md

- Makes it easier to find keyboard.jsonschema.
- Adds a reference to the Data Driven page.

* Update docs/reference_info_json.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Nick Brassel 9e78e65a56
2022 Nov 26 changelog. (#19164)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan e12ca14af8
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) 3 years ago
Ryan 1e95f7be8f
Joystick feature improvements (#19052) 3 years ago
Ryan a5a20cc792
Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) 3 years ago
Joel Challis af6aa225eb
Additional DD backlight config (#19124)
* Additional dd backlight config

* Update docs
3 years ago
zvecr 08805cada0 Stub next develop dates 3 years ago
Pablo Martínez fe652e6247
Fix references to `mouse_report_t` (which doesnt exist) (#19107) 3 years ago
QMK Bot 5dabc1b387 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Albert Y df5689ed06
[Docs] Note default value for TAP_CODE_DELAY (#19078) 3 years ago
QMK Bot 4de3f53984 Merge remote-tracking branch 'origin/master' into develop 3 years ago
David Kosorin c21b77fbd2
Fix typo (#19035)
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
3 years ago
David Hoelscher a42ab90220
Add Bonsai C4 as a platform board file (#18901)
* Set up Bonsai C4 as a platform board file

* corrections and improvements based on testing and feedback

* Added VBUS sensing as default capability for improved split support using Bonsai C4

* Update clock divisor for SPI flash

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Ryan 6cc9513ab0
Digitizer feature improvements (#19034) 3 years ago
Stefan Kerkmann 27dec8d16d
[Core] Allow custom timings for WS2812 PIO driver (#18006) 3 years ago
Ryan d810878d5e
Normalise output selection (Bluetooth) keycodes (#19004) 3 years ago
Nick Brassel 9daf77b593
Add raw output option for QGF/QFF files. (#18998) 3 years ago
Ryan 479d8de622
Format DD mappings and schemas (#18924) 3 years ago
Joel Challis e4d2ba9a4d
Align haptic feedback keycode names (#18964) 3 years ago
Ryan 8b658dcc9a
Normalise MIDI keycodes (#18972)
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG`

* `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND`

* `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD`

* `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD`

* `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD`

* Misc controls

* Note keycodes

* Add legacy keycodes

* Regenerate keycodes

* Typo
3 years ago
Nick Brassel 219afaba42
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Joel Challis 69fa02c37d
Align audio keycode names (#18962)
* Align audio keycode names

* Update docs

* Update quantum
3 years ago
Joel Challis fd4c3f46fb
Align dynamic tapping term keycode names (#18963)
* Align dynamic tapping term keycode names

* regen header
3 years ago
Nick Brassel 5233c69bc6
Remove thermal printer. (#18959) 3 years ago
Nick Brassel 4d33f356a6
Macro keycode name refactoring (#18958) 3 years ago
Ryan fe18df9d41
Normalise Dynamic Macro keycodes (#18939)
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs
3 years ago
Ryan 5974d989fe
Normalise Unicode keycodes (#18898)
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`

* `UC_MAC` -> `UNICODE_MODE_MACOS`

* `UC_LNX` -> `UNICODE_MODE_LINUX`

* `UC_WIN` -> `UNICODE_MODE_WINDOWS`

* `UC_BSD` -> `UNICODE_MODE_BSD`

* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -> `UNICODE_MODE_EMACS`

* `UC__COUNT` -> `UNICODE_MODE_COUNT`

* `UC_M_MA` -> `UC_MAC`

* `UC_M_LN` -> `UC_LINX`

* `UC_M_WI` -> `UC_WIN`

* `UC_M_BS` -> `UC_BSD`

* `UC_M_WC` -> `UC_WINC`

* `UC_M_EM` -> `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h
3 years ago
fauxpark 9d717c85dc Merge remote-tracking branch 'upstream/master' into develop 3 years ago
Ryan 22be7e79ac
Normalise Auto Shift keycodes (#18892)
* Normalise Auto Shift keycodes

* Add keycode table to main list

* Add old keycodes to legacy header
3 years ago
Ryan 2ff1d85290
Normalise Autocorrect keycodes (#18893) 3 years ago
weimao 6514c25ca6
Docs: fix a typo (#18896) 3 years ago
Ryan 7407347be1
Remove rgblight_list.h (#18878)
* Remove rgblight_list defines with no usage

* Remove rgblight_setrgb_*[_at] defines

* Remove rgblight_sethsv_* defines

* Remove rgblight_sethsv_noeeprom_* defines

* Delete rgblight_list.h and remove all references
3 years ago