summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-13[Keyboard] Add Eros by PJB (#16756)PJB Keyboard Design
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-13[Keymap] fixed oled turn-off issue for crkbd:gotham (#16748)Allen Choi
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] Add ratio65 by rationalist (#16727)4pplet
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-12[Keyboard] Adding waffling80, TKL PCB (#16726)4pplet
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keymap] Change helix:froggy_106 keymap to use split_common (#16704)Takeshi ISHII
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] add pegasus (#16701)melonbred
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] add E80-1800 PCB (#16645)Moritz
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] super16 update (#16494)ziptyze
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] add 10k (#16531)Nabos
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nicolas Ballet <balletn@igbmc.fr>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] Add Synth Labs Solo keyboard (#16103)Nostril
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] Add s-ol/0xC.pad (#16057)sol
* [Keyboard] Add s_ol/0xc_pad * [Keyboard] add factory testing RGB_MATRIX pattern Co-authored-by: s-ol <s-ol@users.noreply.github.com>
2022-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-12[Keyboard] Add userspace pdl and a handwired board (#14199)Daniel Perrett
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-11Fix numbering to match the correct columns (#16831)Kamil Zielinski
2022-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-11GMMK Pro return false in encoder user. (#16830)Dasky
2022-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-11Change helix:froggy keymap to use split_common (#16703)Takeshi ISHII
* create LAYOUT_half() macro into helix/rev2/keymaps/froggy/keymap.c * Makes QMK standerd OLED driver used by the helix:froggy keymap switchable. * Change helix:froggy keymap to use split_common
2022-04-10Fixed usb read loops not reading until timeout (#16827)Sascha
* the size variable was redeclared (hiding the variable of the outside scope) and therefore the while check was always false, so the compiler just removed the do while loop, but it would be better to read all data and only exit the task, after this is done
2022-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-09[Bug] Fix matrix scan reporting interval (#16825)Simon Arlott
2022-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-10Reduce the size of the keymap helix:fraanrosi (#16717)Takeshi ISHII
2022-04-08Allow new-keyboard to use development_board presets (#16785)Joel Challis
2022-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-07Header file fixes for all keymaps (#16180)joedinkle
2022-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-07io_mini1800 Configurator Fixes (#16813)James Young
* info.json: apply friendly formatting * info.json: fix key sequence errors Fixes out-of-sequence issue for the Numpad Plus key on both layouts.
2022-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-06Update LW-67 info.json (#16788)Laneware
* Update info.json Fixed: -ISO Enter Position -Up Arrow Position -PgDn Position Cause of Error: -Keyboard Layout Editor Places Iso Enter on R1 Rather Than R2 like the ANSI Enter * Update info.json Fixed Compile Error to Previous Change * Update keyboards/lw67/info.json
2022-04-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-06Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)James Young
* keeb68.h: use QMK 3-character notation * physically arrange layout macro Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively. Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent. * move `keymaps/grv_esc/readme.md` to `keymaps/default/` The file contents say "default keymap". * enable Community Layouts support * add QMK Configurator data * touch-up `rules.mk`
2022-04-06CLI: Bump the 'jsonschema' version (#16635)Erovia
* CLI: Bump the 'jsonschema' version Update the used meta-schema from Draft 7 from 2018 to the latest one, Draft 2020-12. Currently, the validator falls back to Draft 7 if the newer validator is not available. Draft 2020-12 support was introduced to 'jsonschema' in version 4.0.0. * Fix formatting
2022-04-06Add bluepill/blackpill development board presets (#16806)Joel Challis
2022-04-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-06QK65 Solder Community Layout Support (#16796)James Young
* refactor solder.h - use QMK 3-character notation - convert tabs to spaces * solder.h: add matrix diagram * rename LAYOUT_solder to LAYOUT_all * rename LAYOUT_iso to LAYOUT_65_iso_blocker Also adds Community Layouts rule to `rules.mk`. * info.json: improve formatting - convert tabs to spaces - format file to four-space indent * refactor keymaps - convert tabs to spaces - update grid alignment of keycodes - remove trailing whitespace * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_iso_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_iso_blocker_tsangan * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker_tsangan_split_bs * remove 65_ansi_blocker_tsangan_split_bs from `LAYOUTS` rule
2022-04-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-06QK65 Hotswap Community Layout Support (#16793)James Young
* qk65 hotswap: Community Layout support - renames `LAYOUT_hotswap` to `LAYOUT_65_ansi_blocker` - adds Community Layouts rule to `rules.mk` * refactor keymaps Edits the keymaps to align the keycodes in a grid. Whitespace-only change.
2022-04-06Add non blackpill F4x1 config files (#16600)Joel Challis
* Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults