summaryrefslogtreecommitdiff
path: root/keyboards/ocean/sus/info.json
AgeCommit message (Collapse)Author
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-08-02Move keyboard USB IDs and strings to data driven: O (#17874)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-07-30Ocean Sus Board: rename layout macro (#13785)James Young
- rename LAYOUT_ortho_3x4 to LAYOUT_ortho_4x3 - ... because ortho layouts in QMK are named by <rows>x<columns> instead of <columns>x<rows>
2021-07-29[Keyboard] add sus board (#13701)Alabahuy