summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-29Implement relative mode for Cirque trackpad (#17760)Drzony
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29[Keyboard] add dyz60-hs (#17763)Bahrul Hidayat
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-07-29[Keyboard] Update MNK88 RGB Underglow LED Number (#17833)kopibeng
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29Move keyboard USB IDs and strings to data driven: D (#17814)Ryan
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29[Keymap] Add enigma keymap for contra keyboard (#17829)Chris Swenson
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29KBDfans Bounce Pad: Correct QMK Configurator Implementation (#17845)James Young
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29[Keyboard] add Zoom87 (#17831)GG
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-30Fix check when compiling HID Joystick with digital driver (#17844)Drashna Jaelre
2022-07-29Enable mousekeys by default for RGBKB Sol3 (#17842)Frank Tackitt
2022-07-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29kbdfans/bounce/75: correct typos of keyboard name (#17841)James Young
2022-07-29[Core] RP2040 disable PIO IRQs on serial timeout (#17839)Stefan Kerkmann
2022-07-29Merge remote-tracking branch 'origin/master' into developzvecr
2022-07-29Move keyboard USB IDs and strings to data driven: J (#17837)Ryan
2022-07-29Move keyboard USB IDs and strings to data driven: I (#17836)Ryan
2022-07-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-29KBDfans Bounce75 Touch-Up (#17834)James Young
* kbdfans/bounce/75/hotswap: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 13 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 14 and 8. * kbdfans/bounce/75/soldered: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 14 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 15 and 8. * kbdfans/bounce/75/soldered: fix layer index in keymaps Layer indexes were 0,1,2,1 instead of 0,1,2,3.
2022-07-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-28Wuque Promise87 WKL Refactor (#17828)James Young
2022-07-28Rename postprocess_steno_user → post_process_steno_user (#17823)precondition
2022-07-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-28[Keyboard] fix mistakes in promise87 config (#17830)GG
2022-07-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-28Move keyboard USB IDs and strings to data driven: H (#17821)Ryan
2022-07-28ChibiOS: use correct status codes in i2c_master.c (#17808)Stefan Kerkmann
msg_t is MSG_OK in the success case and either MSG_RESET or MSG_TIMEOUT in case of errors. So actually use them in the comparison.
2022-07-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-28feat: encoder map, OLED & encoder kb-level config (#17809)Less/Rikki
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27[Keymap] Add artflag kyria layout (#17778)Arthur
* Initial firmware * feedback * updates * update map
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27Move keyboard USB IDs and strings to data driven: F (#17816)Ryan
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27Fix SKErgo Keymap (#17812)Kevin Zhao
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27Move keyboard USB IDs and strings to data driven: G (#17818)Ryan
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27fix function layer to reflect cap labels (#17813)turbololvo
These changes correctly reflect the keycap labels on the Vortex Race 3.
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27Wuque Promise87 ANSI Refactor (#17807)James Young
2022-07-27Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-07-27[Docs] Add information about WeAct Blackpill F411 (#16755)Drashna Jaelre
* [Docs] Add information about WeAct Blackpill F411 * Add clarification for matrix pins * Update documentation * Tweak wording
2022-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-27CLI compatibility for MacOS (#17811)Albert Y
2022-07-27ChibiOS-Contrib: Update for RP2040 PWM and I2C driver (#17817)Stefan Kerkmann