22922 Commits (a80b886751aaddb0e030a14a82cf99b6778145b4)
 

Author SHA1 Message Date
Ryan a80b886751
Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834) 3 years ago
Ryan 6bbe8b6edd
Normalise Joystick and Programmable Button keycodes (#18832) 3 years ago
Joel Challis 64ca14feea
Fix garbled test output (#18822)
* Fix garbled test output

* Correct SRC listing
3 years ago
QMK Bot 1a1a3651d3
Format code according to conventions (#18818) 3 years ago
precondition c012490712
Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files

* Add unit tests for HOLD_ON_OTHER_KEY_PRESS
3 years ago
Ryan 74484e21af
Deprecate `VLK_TOG` for `VK_TOGG` (#18807) 3 years ago
QMK Bot 2e2e7511fd Merge remote-tracking branch 'origin/master' into develop 3 years ago
James Young cdb04900cd
Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815) 3 years ago
QMK Bot 71480001ea Merge remote-tracking branch 'origin/master' into develop 3 years ago
Eddie Nuno fc394dfdd4
[Docs] Fix link to keyboard layout editor (#18801) 3 years ago
Joel Challis 575db6949a
Generalise CTPC logic from common_features (#18803) 3 years ago
QMK Bot 416c54297e Merge remote-tracking branch 'origin/master' into develop 3 years ago
stanrc85 68e68e7dc2
[Keyboard] Add Bolsalice keyboard (#18772) 3 years ago
Sergey Vlasov 1ea54e5052
ChibiOS USB: Add a dummy IN callback to work around LLD bugs (#18811)
In #18631 some IN notification callbacks that were doing nothing were
removed, which should be a valid thing to do (ChibiOS HAL checks the
`in_cb` and `out_cb` pointers for being non-NULL before invoking those
optional callbacks).  However, it turned out that some less popular USB
LLDs (KINETIS and MIMXRT1062) have their own checks for those pointers,
and (incorrectly) skip the ChibiOS callback handling when those pointers
are NULL, which breaks the code for the `USB_USE_WAIT` configuration
option (the waiting thread never gets resumed if the corresponding
callback pointer is NULL).

Add those dummy callbacks again (but use a single function for all of
them instead of individual ones for each endpoint); this restores the
KINETIS and MIMXRT1062 boards to the working state while the LLDs are
getting fixed.
3 years ago
Joel Challis 428114fac2
Remove broken userspace and keymaps (#18806) 3 years ago
Ryan 4f3af09209
Remove legacy fauxclicky and unicode keycodes (#18800) 3 years ago
Ryan 7cbff9d921
Deprecate `KC_LOCK` for `QK_LOCK` (#18796) 3 years ago
Ryan b33fc34967
Deprecate `KC_LEAD` for `QK_LEAD` (#18792) 3 years ago
Selene ToyKeeper 374d5d7480
wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791) 3 years ago
QMK Bot f97ef22873 Merge remote-tracking branch 'origin/master' into develop 3 years ago
HorrorTroll bd044ae5ff
Update Black E6.5 keymap issues on QMK Configurator (#18794) 3 years ago
QMK Bot 156842bf4f Merge remote-tracking branch 'origin/master' into develop 3 years ago
Alex Berger 5343df09e0
[Keyboard] Fix saka68 solder layout (#18788) 3 years ago
QMK Bot 0ab824e744 Merge remote-tracking branch 'origin/master' into develop 3 years ago
DeskDaily 693303ddbc
[Keyboard] Add Octopad+ Keyboard (#18484)
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
3 years ago
Joel Challis 345f19a5d7
Add converter support to keymap.json (#18776) 3 years ago
QMK Bot 6e55aa42fa Merge remote-tracking branch 'origin/master' into develop 3 years ago
Stefan 2c3859fbf7
Keychron Q3 I2C & CKLED2001 transfer speedup (#18780) 3 years ago
8bits4ever 93a0995e48
A1200 Converter. Small modification on a1200.h file (#18783)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
QMK Bot b0982f85e0 Merge remote-tracking branch 'origin/master' into develop 3 years ago
James Young c3b6a4bcb2
Wavtype p01_ultra Touch-Up (#18784) 3 years ago
Ryan 1cb1a5a374
Remove legacy Grave Escape keycodes (#18787) 3 years ago
Jouke Witteveen d192d70327
Update keyboards readme (#18714) 3 years ago
Joel Challis 08e111758d
Remove stale userspace/keymaps (#18700) 3 years ago
QMK Bot 00a4774243 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Markus Fritsche dbce41cb6b
[Docs] Update platformdev_blackpill_f411.md (#18666)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Thomas Kriechbaumer c4f99f06ab
ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from RGBLEDs/RGBMATRIX defines (#18036) 3 years ago
Ryan a7d6643e3d
Fix build failures uncovered by #18753 (#18789) 3 years ago
Ryan af678521c1
Remove quantum/audio from global VPATH (#18753) 3 years ago
Joel Challis 0b41c13509
[CLI] Ensure consistent clean behaviour (#18781) 3 years ago
Ryan c347e732be
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps

* `EEP_RST` -> `EE_CLR`, user keymaps

* `EEP_RST` -> `EE_CLR`, community layouts

* `EEP_RST` -> `EE_CLR`, userspace

* `EEP_RST` -> `EE_CLR`, docs & core
3 years ago
QMK Bot 35f1cd0ec4 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Wolf Van Herreweghe d13f5f0d66
[Keyboard] Fix LEDs being inverted on Sabre (#18762) 3 years ago
QMK Bot 053153ceb5 Merge remote-tracking branch 'origin/master' into develop 3 years ago
James Young 1b107baf56
Wilba Tech WT65-D Layout Additions (#18779) 3 years ago
Drashna Jael're f1a9259ac9
Merge remote-tracking branch 'origin/master' into develop 3 years ago
James Young ada77ac291
Ano Layout Refactor (#18778)
* info.json: apply friendly formatting

* info.json: remove dead space in Configurator rendering

* physically arrange layout macro

* info.json: correct Configurator key sequence
3 years ago
QMK Bot 089df34e9e Merge remote-tracking branch 'origin/master' into develop 3 years ago
James Young 04e51d7aa8
Delikeeb Vaneela Configurator Fix (#18777)
* info.json: fix layout reference

`LAYOUT` -> `LAYOUT_ortho_5x12`

* info.json: apply friendly formatting

* info.json: correct maintainer value
3 years ago
Joel Challis aa8e0a3e7a
Build correctly when out of tree (#18775) 3 years ago