Implement Tulip Creative Computer 4r11 (#608)

This commit is contained in:
NellowTCS
2026-08-08 06:52:34 -06:00
committed by GitHub
parent c6373b79e9
commit 564d8af64c
20 changed files with 798 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <tactility/module.h>
extern "C" {
Module tulip_4r11_module = {
.name = "tulip-4r11"
};
}