Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-29 | KBDfans Bounce Pad: Correct QMK Configurator Implementation (#17845) | James Young | |
2022-07-29 | [Keyboard] add Zoom87 (#17831) | GG | |
2022-07-30 | Fix check when compiling HID Joystick with digital driver (#17844) | Drashna Jaelre | |
2022-07-29 | kbdfans/bounce/75: correct typos of keyboard name (#17841) | James Young | |
2022-07-29 | Move keyboard USB IDs and strings to data driven: J (#17837) | Ryan | |
2022-07-29 | Move keyboard USB IDs and strings to data driven: I (#17836) | Ryan | |
2022-07-29 | KBDfans 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-28 | Wuque Promise87 WKL Refactor (#17828) | James Young | |
2022-07-28 | [Keyboard] fix mistakes in promise87 config (#17830) | GG | |
2022-07-28 | Move keyboard USB IDs and strings to data driven: H (#17821) | Ryan | |
2022-07-28 | feat: encoder map, OLED & encoder kb-level config (#17809) | Less/Rikki | |
2022-07-27 | [Keymap] Add artflag kyria layout (#17778) | Arthur | |
* Initial firmware * feedback * updates * update map | |||
2022-07-27 | Move keyboard USB IDs and strings to data driven: F (#17816) | Ryan | |
2022-07-27 | Fix SKErgo Keymap (#17812) | Kevin Zhao | |
2022-07-27 | Move keyboard USB IDs and strings to data driven: G (#17818) | Ryan | |
2022-07-27 | fix function layer to reflect cap labels (#17813) | turbololvo | |
These changes correctly reflect the keycap labels on the Vortex Race 3. | |||
2022-07-27 | Wuque Promise87 ANSI Refactor (#17807) | James Young | |
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-27 | CLI compatibility for MacOS (#17811) | Albert Y | |
2022-07-26 | [Keyboard] Fix typo with RGB LED positioning in Iris (#17805) | Danny | |
2022-07-26 | feat: encoder map, OLED & encoder kb-level config (#17767) | Less/Rikki | |
2022-07-26 | [Keyboard] Add work louder micro (#17586) | Drashna Jaelre | |
* [Keyboard] Add work louder micro * Update keyboards/work_louder/micro/readme.md * Update readme * Update kb config files * Update to use encoder map Co-authored-by: Tom Barnes <barnestom@me.com> | |||
2022-07-26 | Dz65v2 Settings for SBennett13 (#17747) | Scott Bennett | |
* Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap | |||
2022-07-26 | Add alternative Logos (#17787) | Spaceman | |
2022-07-26 | Make `qmk doctor` print out the last log entry for ↵ | Nick Brassel | |
upstream/{master,develop}, including dates (#17713) | |||
2022-07-26 | Added WT65-D (#17724) | Wilba | |
2022-07-26 | [Keyboard] Acheron Athena support (#16818) | Álvaro A. Volpato | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-07-25 | [Keymap] Add ollyhayes keymap (#16632) | Olly Hayes | |
2022-07-25 | [Keyboard] add DJam keyboard (#17430) | Leo Deng | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-07-25 | [Keyboard] Add Halokeys Elemental 75 (#17323) | shamit05 | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-07-25 | [Keyboard] Add Kawayo Keyboard (#17454) | Cipulot | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-07-25 | [Keyboard] Add Star75 support (#17421) | hornslyn | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-07-25 | takashicompany miniZone: fix QMK Configurator implementation (#17801) | James Young | |
2022-07-25 | [Keyboard] Add missing mute button to sofle keymap (#17796) | Daniel O'Brien | |
2022-07-25 | Update README.md for teensy lc onekey (#17797) | Diogo Sergio | |
2022-07-26 | gboards/georgi: cleanup & fix (#17753) | Ryan | |
2022-07-26 | Move keyboard USB IDs and strings to data driven: A (#17781) | Ryan | |
2022-07-26 | Move keyboard USB IDs and strings to data driven: C (#17789) | Ryan | |
2022-07-25 | Runes Skjöldr Touch-Up (#17792) | James Young | |
* skjoldr.h: use ___ for KC_NO * skjoldr.h: use K<row><column> notation Matrix was previously defined using identifiers in the format of K<column><row>. * skjoldr.h: add matrix diagram * info.json: apply friendly formatting - key legends as labels - correct key sizes and positioning * refactor keymaps Refactors the `default` and `via` keymaps. - use QMK-native keycode aliases - grid-align keycodes for readability * rename LAYOUT macro to LAYOUT_60_ansi_arrow * enable Community Layout support * info.json: correct maintainer value Field is meant to reference the maintainer's GitHub username. | |||
2022-07-25 | [Keyboard] Fix Charue Sunsetter_r2 compilation issues (#17793) | Drashna Jaelre | |
2022-07-25 | Fixed spacebar position (#17784) | ILWrites | |
2022-07-25 | Move keyboard USB IDs and strings to data driven: B (#17782) | Ryan | |
2022-07-25 | MechWild Mokulua: Correct QMK Configurator Data (#17783) | James Young | |
* Mokulua Mirrored: rebuild info.json file * Mokulua Standard: rebuild info.json file | |||
2022-07-25 | [Docs] Fix tables in Audio driver document (#17780) | Drashna Jaelre | |
2022-07-24 | FJLabs Sinanju Refactor (#17773) | James Young | |
* sinanju.h: add matrix diagram * add LAYOUT_60_ansi_wkl_split_bs_rshift macro Same matrix as `LAYOUT_all`, but with position K2D (right half of split Backspace) moved to the end of the top row. * refactor keymaps - use `LAYOUT_60_ansi_wkl_split_bs_rshift` macro instead of `LAYOUT_all` - polish four-space indent - update grid alignment - replace `RESET` keycode with `QK_BOOT` * remove now-unused LAYOUT_all macro * add LAYOUT_60_ansi_wkl macro with keymap Add a layout with 2u Backspace and 2.75u right Shift. * info.json: correct maintainer value | |||
2022-07-24 | Chocofly v1: add info.json (#17772) | James Young | |
2022-07-24 | Idobao ID63 Community Layout support (#17769) | James Young | |
* info.json: add key labels * rename LAYOUT_63_ansi to LAYOUT_60_ansi_arrow * enable community layout support | |||
2022-07-24 | Add info.json files for Acheron Apollo series keyboards (#17770) | James Young | |
* add info.json file for Apollo87H * add info.json file for Apollo87H-T-SC * add info.json file for Apollo88H-T-SC | |||
2022-07-24 | boardsource/beiwagon: correct QMK Configurator layout data (#17771) | James Young | |
2022-07-24 | Waffling80 layout fix (#17757) | 4pplet | |