summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2022-08-03Update json file to support Configurator correctly. (#17692)AnthonyNguyen168
2022-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-02Move keyboard USB IDs and strings to data driven: O (#17874)Ryan
2022-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-02SKergo Refactor (#17877)James Young
* skergo.h: use ___ for KC_NO * skergo.h: use 3-character notation * skergo.h: add matrix diagram * add LAYOUT_all macro * update grid alignment of LAYOUT macro and keymaps * refactor keymaps Refactor keymaps to use the `LAYOUT_all` macro. Converts tabs to spaces. This change necessitates the following changes to keymaps: - The keycodes for Page Up, Page Down, and End each move up one row - all as the last keys on their new rows. - The keycode for the secondary B key moves up one row, inserted between the primary (left side) B and the N. * remove LAYOUT macro * rename LAYOUT_all macro to LAYOUT_split_bs * add LAYOUT_2u_bs macro * readme.md: add flashing example * info.json: correct maintainer value Update to reference maintainer's GitHub username.
2022-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-01[Keymap] Move the ut472 keymap from gardego5 to keyhive folder (#17598)Niko Wenselowski
2022-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-02Move keyboard USB IDs and strings to data driven: N (#17865)Ryan
2022-08-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-02Move keyboard USB IDs and strings to data driven: L (#17849)Ryan
2022-08-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-01MS Sculpt Touch-Up (#17871)James Young
* info.json: fix JSON syntax error * info.json: convert tabs to spaces * info.json: add QMK Configurator layout data * readme.md: switch Bootloader and Docs sections
2022-08-01[Keyboard] Overhaul uzu42 (#17868)Drashna Jaelre
2022-08-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-01ryanbaekr rb18 Configurator Data Fixes (#17872)James Young
* info.json: apply friendly formatting * info.json: correct key sequence * info.json: remove dead space from layout * info.json: correct maintainer value
2022-07-31[Keyboard] Fix uzu42 compilation issue (#17867)jack
2022-07-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-31[Keymap] Add axtloss keymap for sofle (#17835)axtloss
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-31Remove legacy AVR ssd1306 driver (#17864)Joel Challis
2022-07-31Migrate crkbd keymaps to oled driver (#17863)Joel Challis
2022-07-31Convert yosino58 to use split common (#17861)Joel Challis
2022-07-31Refactor satt/comet46 to use core OLED driver (#17856)Joel Challis
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-30KPrepublic BM80v2 Touch-Up (#17851)James Young
* info.json: apply friendly formatting * info.json: correct layout data Fix the size and position of the Backslash key. * readme.md: touch-up formatting * readme.md: switch Bootloader and Docs sections * correct keyboard maintainer
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-30Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-30Move keyboard USB IDs and strings to data driven: E (#17815)Ryan
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-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-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