Starboard!
Starboard is a compact 63×63 mm Hackpad macropad built entirely from kit parts with QMK firmware and a fully 3D-printed sandwich case.
I designed the 2-layer PCB in KiCad and wrote a custom-matrix QMK keymap (six keys plus encoder press, encoder volume control, OLED status readout, and RGB underglow), then cross-checked the firmware pin map against the board netlist from three independent sources.
Along the way I caught and fixed a stale prebuilt UF2 (a leftover 10 ms vs 30 ms bootmagic delay) by rebuilding deterministically from source, and confirmed every checklist dimension.
Finally I packaged the repo to the required structure and pushed it public!
Full 3D Modeling
It was way harder than my first thought…
I’m working on Fusion!
But I think I need to fix some collision and clearance a bit.
Does it look good?
PCB also done!!!
Schematic Done!
v0.7.0 Release!
Lots of QA
Almost-fully stabilized version!
See cobble language spec: https://github.com/deveworld/cobble/blob/main/docs/language.md
Been a while.
We have new release candidate of v0.7.0
Lots of fixeas, and features
Enjoy!
We supports social logins in Windows, Linux, MacOS
with Pre-Built executable program!
Use YPT in your PC
Fully Working YPT Flutter App!
https://deveworld.github.io/cobble/
Online Demo Website!
Cobble v0.6.3 release
0.6.3: Stabilization And Test Depth
New CLI command: cobble doctor, cobble inspect … etc
API Spec Reverse Engineering via WayDroid
And I made Flutter App for PC!
https://deveworld.github.io/cobble/
Online Demo Website!
Devlog: Cobble v0.6.1
Cobble v0.6.1 is focused on making Minecraft data pack development more reliable, more current, and easier to validate.
This release targets Minecraft Java Edition 26.1.2 and pack format 101.1, giving the compiler a clear modern baseline instead of trying to support older command formats.
The biggest improvement is validation. Cobble can now automatically generate the default data/commands.json by downloading the Minecraft server through Mojang’s version manifest and running the server reports generator. It also supports fallback URLs, custom server jars, and SHA1 checks for more controlled environments. This makes command validation much easier to run consistently.
We also improved diagnostics, source-map validation, and generated pack cleanup, especially around safer resource paths and stale generated functions. Standard library helpers were expanded, namespaced data pack resources are better supported, and the example projects now cover more real features.
Finally, v0.6.1 adds a repeatable Purpur server QA workflow, so generated packs can be tested beyond static validation. Overall, this release is about confidence: clearer errors, stronger checks, and a better foundation for future Cobble releases.