aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/viktus/minne_topre
Commit message (Collapse)AuthorAgeFilesLines
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-231-1/+0
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-252-27/+0
|
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-13/+13
|
* Migrate build target markers to keyboard.json - TUV (#23514)Joel Challis2024-04-151-3/+0
|
* Remove more unnecessary `quantum.h` includes (#23402)Ryan2024-04-051-1/+1
|
* Remove "w": 1 from keyboards/ (#23367)Duncan Sutherland2024-03-301-173/+173
|
* Generalise ADC driver source inclusion (#22448)Joel Challis2023-11-121-1/+2
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-202/+202
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-1/+1
|
* [Keyboard]Viktus Minne - Topre variant (#20044)blindassassin1112023-03-239-0/+598
* Adding the Viktus Minne topre pcb variant * Update keyboards/viktus/minne_topre/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk * Moving layouts from *.h to info.json * Removing minne_topre.h and updating others * fixing *.c's * Switch from int to void for ec_init * Update info.json * Update info.json --------- Co-authored-by: Drashna Jaelre <drashna@live.com>