summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-23Ignore exit codes for formatters (#15276)Joel Challis
2021-11-23Ignore exit codes for formatters (#15275)Joel Challis
2021-11-23Ignore deleted files when formatting codebase (#15274)Joel Challis
2021-11-23qmk format-python - filter for Python files (#15271)Joel Challis
* qmk format-python filter all files * filter changed files too
2021-11-23layer_combo → sd_combo (#15266)precondition
2021-11-21Ocean Wang Ergo: Fix QMK Configurator Implementation (#15249)James Young
* info.json: apply friendly formatting * info.json: update labels; reposition keys * wang_ergo.h: use XXX for KC_NO * wang_ergo.h: add matrix diagram * rename LAYOUT to LAYOUT_all * move Backspace keycode to top row Moves the matrix argument/keycode for Backspace to its proper position at the end of the top row. * add LAYOUT_2x2u with keymap * info.json: update maintainer field Use the maintainer's GitHub username.
2021-11-21Mokey Ginkgo65 Layout Macro Refactor (#15233)James Young
* rename LAYOUT to LAYOUT_65_ansi_blocker; enable Community Layout support * refactor default keymaps Updates grid alignment of keycodes, and adds a Function layer to the default keymap. * refactor LAYOUT_iso into LAYOUT_65_iso_blocker_split_bs Adds missing KC_NUBS position, and moves Enter keycode to home row (consistent with QMK Community Layout). * remove LAYOUT_split_left_shift With the changes to LAYOUT_65_iso_blocker_split_bs, LAYOUT_split_left_shift maps all the same positions, but in a different sequence, making it redundant. * refactor LAYOUT_7u_space to LAYOUT_65_iso_blocker_tsangan_split_bs Moves Enter keycode to home row. * remove LAYOUT_split_space_1 LAYOUT_split_space_1 differs from LAYOUT_split_space_2 only in the sizes of the split spacebars, and I like the layout rendering of LAYOUT_split_space_2 better. :) * refactor LAYOUT_split_space_2 into LAYOUT_all ANSI Enter, split Backspace, split Left Shift, and Split Spacebar. * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker * ginkgo65.h: touch-up block diagrams * info.json: use maintainer's GitHub username * bugfix layout macros Position k1D wasn't being assigned on the ISO layouts or LAYOUT_all. * rules.mk: update Community Layout support
2021-11-21MW65 RGB Layout Macro Refactor (#15246)James Young
* mw65_rgb.h: use QMK 3-character notation for matrix identifiers * mw65_rgb.h: add matrix diagram * info.json: apply friendly formatting Update key labels for QMK CLI rendering. * move rotary encoder keycodes to top row * info.json: update maintainer field Use the maintainer's GitHub username.
2021-11-21MW75 Layout Macro Refactor (#15247)James Young
* mw75.h: use QMK 3-character matrix identifiers * update stock keymaps Use QMK-native keycode aliases, and update grid alignment of keycodes. * mw75.h: add matrix diagram * info.json: apply friendly formatting * move rotary encoder keycodes to top row * info.json: update maintainer field Use the maintainer's GitHub username.
2021-11-20Tidy CI format error message (#15242)Joel Challis
* Tidy format error message
2021-11-20Add Keyboardio Atreus 2 Bootloader to udev rules (#15241)Sergey Vlasov
The Keyboardio Atreus 2 Bootloader is a clone of the Caterina bootloader with different USB VID:PID values (1209:2302): https://github.com/keyboardio/Atreus2-Bootloader
2021-11-19[Keymap] Initial simple keymap for ForeverAnApple (#14654)ForeverAnApple
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-19[Keyboard] Added Jels88 (#15090)jels
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-19Meletrix Zoom65 Refactor (#15222)James Young
2021-11-19Minimon Index Tab touch-up (#15224)James Young
2021-11-19Undead60M touch-up (#15214)James Young
2021-11-19Lime rev1: fix Configurator implementation (#15213)James Young
2021-11-19[Keyboard] Fix xox70 via layout (#15220)Drashna Jaelre
2021-11-19Handwired Split65: Fix QMK Configurator Implementation (#15209)James Young
2021-11-19[Keyboard] Add xox70 (#15098)rhmokey
2021-11-19[Keymap] 3w6 helltm keymap (with ascii art) (#15146)HellTM
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-19[Keymap] Sofle RGB - fixed switch and numpad layers (#15094)Andy
2021-11-19[Keyboard] Add Keebcats Denis PCB (#15154)Callum Hart
2021-11-19[Keyboard] Add b87 keyboard (#15091)jels
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-19[Keyboard] Add TKL-FF v2 (#15144)Ramon Imbao
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-19[Keyboard] Aozora update (#15201)Nick Abe
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-19[Keymap] Add yoshimaru46's keymap for Ergodash mini (#15191)Yoshihiro Saito
2021-11-19[Keyboard] Add Keebcats Dougal PCB (#15168)Callum Hart
2021-11-19[Keyboard] Add MTBKeys MTB60 Keyboard (Solderable and Hotswap edition) (#14222)Kyle Gieselman
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-18Chalice: Fix QMK Configurator Implementation (#15206)James Young
2021-11-18FFKeebs Púca Refactor (#15208)James Young
2021-11-18handwired/split89 Layout Macro Refactor (#15210)James Young
2021-11-18[Keyboard] Add miniashen40 (#14238)jfescobar18
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-18[CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan
* [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in * Update lib/python/qmk/cli/list/keymaps.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/list/layouts.py Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-11-17Add diff logic to python format subcommand (#15156)Joel Challis
* Add diff logic to python format subcommand * Update test * Add in filter per format-c * fix tests * Update new workflow
2021-11-17Call steno_set_mode inside eeconfig_init_user in the doc (#15176)Alexis Jeandeau
2021-11-17[Keyboard] Move encoder hacks into via keymaps for Work Louder boards (#15192)Drashna Jaelre
2021-11-17[Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre
2021-11-18Format code according to conventions (#15193)QMK Bot
2021-11-17Auto-create PRs for merged formatting issues (#15157)Joel Challis
* Auto-create PRs for merged formatting issues * Update .github/workflows/format_push.yaml
2021-11-16[Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)Alexis Jeandeau
2021-11-16[Keyboard] Packrat (#14574)drhigsby
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-16handwired/myskeeb Layout Macro Refactor (#15181)James Young
* handwired/myskeeb: update key positions in info.json * remove unused matrix positions L26 and R20 aren't physically present on the keyboard. * add image to readme file * add supported hardware and flashing example to readme
2021-11-16wsk/sl40: remove dead space from LAYOUT_all (#15183)James Young
2021-11-16[Keyboard] Add FootFingers Puca (#14837)Sleepdealer
2021-11-16[Keyboard] Add Pachi RGB Rev 2 (#15141)Xelus22
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-16[Keyboard] Emery65 (#15145)yiancar
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com>
2021-11-15[Keyboard] Add macro3 PCB support (#15131)Albert Y
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-15[Keyboard] Add layout options, hotswap version to portal 66 (#14719)Matthew Dias
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-15[Keyboard] Add Bourgeau 75% PCB (#15072)studiokestra
Co-authored-by: Drashna Jaelre <drashna@live.com>