summaryrefslogtreecommitdiff
path: root/keyboards/dyz/dyz40/info.json
AgeCommit message (Collapse)Author
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan
2023-04-08Move split space/backspace layouts to data driven (#20356)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-10-15Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre
2022-07-29Move keyboard USB IDs and strings to data driven: D (#17814)Ryan
2022-03-19`device_ver` -> `device_version` for some more boards (#16685)Ryan
2021-10-07Dyz40 Configurator fixes (#14739)James Young
* add matrix diagram to keyboard header file * friendly-format info.json * correct layout data * add legends to info.json key labels * add LAYOUT_split_space_split_bs Rename the `LAYOUT` tree in info.json to `LAYOUT_split_space_split_bs`, and add a corresponding layout macro. * add LAYOUT_all data to info.json * add LAYOUT_7u_space * add LAYOUT_7u_space_split_bs * add LAYOUT_split_space * convert tabs to spaces in dyz40.h
2021-09-25[Keyboard] add keyboard dyz40 (#14533)Bahrul Hidayat
Co-authored-by: Drashna Jaelre <drashna@live.com>