summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-07Move converter specific tmk_core protocols (#14743)Joel Challis
2021-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-07Dyz60 touch-up (#14742)James Young
* friendly-format info.json * refactor keymaps - update grid alignment - use four-space indent - use QMK short-form keycodes * correct info.json layout data Adds three missing positions, and corrects some key sizes. * add matrix diagram to dyz60.h * add LAYOUT_60_ansi * add LAYOUT_60_iso * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_iso_split_bs_rshift * add readme * Remove duplication between config.h and info.json Duplicating settings between config.h and info.json leads to warnings when compiling. Removes the duplicated settings from config.h.
2021-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-07Fix link from feature_tap_dance.md to tapping term settings (#14741)precondition
2021-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-07Dyz40 Configurator fixes (#14739)James Young
* add matrix diagram to keyboard header file * friendly-format info.json * correct layout data * add legends to info.json key labels * add LAYOUT_split_space_split_bs Rename the `LAYOUT` tree in info.json to `LAYOUT_split_space_split_bs`, and add a corresponding layout macro. * add LAYOUT_all data to info.json * add LAYOUT_7u_space * add LAYOUT_7u_space_split_bs * add LAYOUT_split_space * convert tabs to spaces in dyz40.h
2021-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-07update product id for selka40 (#14629)Bahrul Hidayat
2021-10-07Correct the Turkish F '?' keycode (TR_QUES) (#14740)precondition
define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
2021-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-07Enabled Bootmagic Lite (#14573)jmcwilliams403
* Enabled Bootmagic Lite * Enabled Bootmagic Lite Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-10-07Remove SERIAL_LINK feature (#14727)Joel Challis
* Remove SERIAL_LINK * more stale paths in doxygen-todo * Fix * More refs * Update testing docs * Update doxygen-todo Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-07Reuse of EEPROM debounce logic (#14699)Joel Challis
* reuse rgb debounce logic * Refactor led matrix * Remove log line * timeout should not be hard coded
2021-10-07Fix i2c_readReg16 (#14730)Joel Challis
2021-10-07Purge uGFX. (#14720)Nick Brassel
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
2021-10-07i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-06Updated Keychron Q1 user keymap (#14666)Grayson Carr
* Updated Keychron Q1 user keymap - Added Caps Lock indicator - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA * Only use VIA keycode range if VIA is enabled * Reformatted led_indexes enum to match layout * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Fixes * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color * Fixed int sizing for keycodes
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-06Mode M65S touch-up (#14722)James Young
* add Configurator data * rename README.md to lowercase API can't find this file unless the filename is lowercase (`readme.md`). * readme touch-up Correct typos and improve some grammar and Markdown.
2021-10-06Remove sysex API (#14723)Ryan
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05MelGeek Mach80: correct Configurator layout (#14716)James Young
Adds a 0.5u gap between the top two rows.
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-06Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to ↵remanifest
complete the filesize check without error. (#14718) Co-authored-by: John Beard <jbeard@pipelinerx.com>
2021-10-06Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre
* Move Audio drivers from quantum to platform drivers folder * fix path for audio drivers Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05[Bug] Fix command feature if mousekey is enabled and using 3-speed setting ↵Drashna Jaelre
(#14697)
2021-10-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05[Keyboard] Add basic Keyhive Sofle support (#14296)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05[Keymap] Some updates to mechmerlin userspace and keymaps (#14711)MechMerlin
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-050xc7/61key touch-up (#14712)James Young
* correct Configurator layout data * rename LAYOUT to LAYOUT_60_ansi * correct info.json maintainer field Use the maintainer's GitHub username. * correct the compiling/flashing instructions Keyboard value is relative to `qmk_firmware/keyboards/`.
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05Durgod DGK6X Galaxy: correct Configurator layout (#14714)James Young
Top row had a y-value of 1, which placed it behind the number row when rendered.
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-06More PR checklist updates (#14705)Nick Brassel
* Wording, clarification. * Apply suggestions from code review Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-05Add clarification for licensing. (#14704)Nick Brassel
* Add clarification for licensing. * Errr, v2.
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04[Keyboard] Update Iris default keymap (#14701)Danny
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04[Keyboard] Added DC MC 001 (#14661)Daniel Cormier
2021-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04[Keyboard] add dztech duo_s keyboard (#14625)moyi4681
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-10-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04Document examples on intercepting Mod-Tap (#14502)Albert Y
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: filterpaper <filterpaper@localhost>
2021-10-04Merge remote-tracking branch 'origin/master' into developQMK Bot