Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More `info.json` whitespace cleanups (#20665) | Ryan | 2023-05-03 | 1 | -288/+266 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -20/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 4 | -28/+0 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 4 | -8/+8 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 1 | -1/+1 |
| | |||||
* | Refactor legacy quantum keycodes in default-ish keymaps (#17150) | Joel Challis | 2022-05-27 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-19 | 3 | -724/+340 |
|\ | |||||
| * | Hineybush Ibis Layout Additions and Configurator Rendering Update (#17132) | James Young | 2022-05-19 | 3 | -724/+340 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * info.json: remove dead space from rendering * info.json: insert line breaks between physical rows in layout data * info.json: fix overlap in key rendering Fixes an issue where the ANSI Enter key renders on top of the ISO Hash/Tilde key, visually hiding the latter. * add LAYOUT_ansi_all macro with associated keymap Duplicates `LAYOUT_all`, but with the ISO Hash/Tilde and ISO Backslash keys removed. - ANSI Enter and 2.25u Left Shift - Backspace, Right Shift, Numpad Plus and Numpad Enter all split - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row * add LAYOUT_iso_all macro with associated keymap Duplicates `LAYOUT_all`, but with the ANSI Backslash key removed. - ISO Enter and 1.25u Left Shift - Backspace, Right Shift, Numpad Plus and Numpad Enter all split - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row | ||||
* | | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -6/+6 |
|/ | |||||
* | Add ibis PCB (#17001) | Josh Hinnebusch | 2022-05-05 | 7 | -0/+901 |
* initial ibis commit * updates etc * layout updates to fix mismatched keys * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/hineybush/ibis/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/hineybush/ibis/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> |