summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19eclipse: recommend changing the default project make target (#12447)Michael Stapelberg
This is required for example for quickly iterating with a debugger, where Eclipse will build the project automatically. It’s also shorter than the previous steps, which I think might not have been updated since https://qmk.fm/changes/2017-09-08-making-from-root-and-no-more-makefiles
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19[Keyboard] Update dz60rgb default keymap (#12488)Benedict Tan
The keymap for this PCB as of April 5, 2020 has a 4rth, largely superfluous layer, creating a total of 5 layers. When ported to VIA, this results in a layer that users can access but cannot edit. I propose removing this layer completely along with it's access from the default.
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19Fix F303 audio output on A4 with the dac_basic driver (#12480)Sergey Vlasov
The dac_basic driver did not work properly with `#define AUDIO_PIN A4` (instead of configuring the A4 pin, the driver actually was switching the A5 pin to analog mode, breaking any other usage of that pin in addition to emitting a distorted signal on the improperly configured A4 pin). Fix the code to configure the A4 pin as intended.
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keymap] add kinesis/keymaps/stapelberg (#12430)Michael Stapelberg
2021-04-18Enhancement of WPM feature (#11727)Drashna Jaelre
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18New keyboard keymap, small keymap updates to mm2 keymap (#12310)Alexander Kagno
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Alex <alex@turncommerce.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add wilba.tech WT60-G2 (#12395)Wilba
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add wilba.tech WT65-FX (#12394)Wilba
2021-04-18[Keyboard] Add wilba.tech WT65-F (#12393)Wilba
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add handwired/frankie_macropad (#12349)Eric Wood
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Updates for 0xCB 1337 (#12336)Conor Burns
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keymap] add my quefrency layout (#12104)Ben Fiedler
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add G1_65 keyboard (#12140)Angel Rojas
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Capsunlocked CU80 Squish and Refactor (#12193)maz0r
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Helen80 matrix fixes (#11969)LIParadise
Co-authored-by: LIParadise <a58524andy>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add Dystopia keyboard (#11997)Sanctified-git
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Sanctified <Sanctified@users.noreply.github.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Update MJ61 architecture to support multi version (#11787)MelGeek
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Adding of Monarch keyboard (#11769)RinoSolutions
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ramon Imbao <ramonimbao@gmail.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Added Koolertron AMAG23 (#11725)Ian McLinden
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18[Keyboard] Add Tau4 keyboard (#11361)Oliver Gaskell
with default and i2cscanner keymaps Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19Fixup Satisfaction75 bootprocess. (#12621)Nick Brassel
- Use normal ChibiOS I2C driver. - Move drawing code to housekeeping -- previously it was during matrix scan, which gets executed during bootmagic checks. However, bootmagic is invoked before QWIIC subsystem is enabled, which means I2C isn't configured yet. All I2C calls to the OLED fail with timeouts while bootmagic is being checked. Housekeeping ensures this is executed once the system has initialised and settled. - QWIIC OLED driver: properly clear out OLED buffer when clearing screen.
2021-04-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18Add RGB controls to picture; label Layer 3 correctly (#12337)Richard Dawe
2021-04-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18Keymap: Orthocarpus keymap for idobo (#12462)Giorgi Chavchanidze
* Keymap: Orthocarpus keymap for idobo * Update keyboards/idobo/keymaps/gkbd_75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Giorgi Chavchanidze <giorgi@vivaldi.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-04-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18keyboardio/atreus: Add ardumont keymap (#12479)Antoine R. Dumont
2021-04-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-18Add ferris 0.2 (#12133)Pierre Chevalier
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-17mcrown crkbd new keymap (#12092)MarioCorona
Co-authored-by: Erovia <Erovia@users.noreply.github.com>