Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix encoder map declarations (#21435) | Joel Challis | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | Remove encoder in-matrix workaround code (#20389) | jack | 2023-06-19 | 1 | -34/+11 |
| | |||||
* | Fix up via keymap builds. (#20383) | Nick Brassel | 2023-04-09 | 1 | -2/+2 |
| | | | | | | | | | * Fix up via keymap builds. - Usages of old IS_PRESSED. * Fix up bad code. * Fix up bad code. | ||||
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) | Stefan Kerkmann | 2023-04-03 | 1 | -6/+6 |
| | |||||
* | Open Use standard magic keycodes in yandrstudio keymaps (#19919) | jack | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | Y&R Studio NZ67v2 Layout Refactor (#18724) | James Young | 2022-10-15 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * nz67v2.h: use ____ for KC_NO * nz67v2.h: add matrix diagram * add LAYOUT_all Same matrix as `LAYOUT`, but physically arranged to mimic the keyboard layout. Rotary encoder positions move from the bottom row to the top row. * refactor keymaps to use LAYOUT_all macro * info.json: add LAYOUT_all data * remove LAYOUT macro Now unused. * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_space * remove dead space from layouts Remove empty space from `LAYOUT_65_ansi_blocker` and `LAYOUT_65_ansi_blocker_split_space` layouts. | ||||
* | [Keyboard] Add yandrstudio/nz67v2 keyboard. (#17591) | JX | 2022-08-20 | 2 | -0/+77 |
* add yr nz67v2 by jiaxin96 |