├── .gitignore ├── LICENSE ├── docs ├── build_guide.md ├── essential_files.md ├── flashing_guide.md ├── gallery.md ├── img │ ├── build_guide │ │ ├── assembled.webp │ │ ├── column.webp │ │ ├── controller.webp │ │ ├── diode.webp │ │ ├── done.webp │ │ ├── electronics.webp │ │ ├── feets.webp │ │ ├── hardware.webp │ │ ├── inside.webp │ │ ├── jst.webp │ │ ├── opposite.webp │ │ ├── pcb.webp │ │ ├── power.webp │ │ ├── rings.webp │ │ ├── sockets.webp │ │ ├── soldered.webp │ │ ├── standoff.webp │ │ └── switches.webp │ ├── col_stagger.svg │ ├── config.svg │ ├── enclosure │ │ └── jst-cutout.png │ ├── flake-l.jpg │ ├── flake-m.jpg │ ├── flake-s.jpg │ ├── flake_switches.jpg │ ├── flakes.jpg │ ├── flashing_guide │ │ ├── firmware.png │ │ ├── zmk_layout.png │ │ ├── zmk_studio.png │ │ ├── zmk_unlock.png │ │ └── zmk_usb.png │ ├── gallery │ │ ├── CaptLynx │ │ │ ├── img1.webp │ │ │ ├── img2.webp │ │ │ └── img3.webp │ │ ├── caiodelgado │ │ │ ├── img1.webp │ │ │ └── img2.webp │ │ ├── devpew │ │ │ └── img1.webp │ │ ├── kurisutofujp │ │ │ └── img1.webp │ │ └── peppapighs │ │ │ ├── img1.webp │ │ │ └── img2.webp │ ├── plate.jpg │ ├── poster │ │ ├── flake_poster(16:10)_1280p.webp │ │ ├── flake_poster(16:10)_1920p.webp │ │ ├── flake_poster(16:10)_2560p.webp │ │ ├── flake_poster(16:10)_3840p.webp │ │ ├── flake_poster(16:9)_1280p.webp │ │ ├── flake_poster(16:9)_1920p.webp │ │ ├── flake_poster(16:9)_2560p.webp │ │ ├── flake_poster(16:9)_3840p.webp │ │ ├── flake_poster(1:2)_1280p.webp │ │ ├── flake_poster(1:2)_1920p.webp │ │ ├── flake_poster(1:2)_2560p.webp │ │ └── flake_poster(1:2)_3840p.webp │ ├── row_stagger.svg │ ├── stacked.jpg │ ├── table.jpg │ ├── thickness.jpg │ └── usb.webp └── internationalization │ ├── Chinese │ ├── build_guide.md │ ├── essential_files.md │ ├── flashing_guide.md │ └── readme.md │ └── Russian │ ├── build_guide.md │ ├── essential_files.md │ ├── flashing_guide.md │ └── readme.md ├── enclosure ├── Enclosure.FCStd ├── L │ ├── Flake-L-Bottom-Left.step │ ├── Flake-L-Bottom-Right.step │ ├── Flake-L-MX-Plate-Left.step │ ├── Flake-L-MX-Plate-Right.step │ ├── Flake-L-Top-Left.step │ ├── Flake-L-Top-Right.step │ ├── with-jst-cutout │ │ ├── Flake-L-Bottom-Left-JST-Cutout.step │ │ └── Flake-L-Bottom-Right-JST-Cutout.step │ └── without-chamfer │ │ ├── Flake-L-MX-Plate-Left-No-Chamfer.step │ │ ├── Flake-L-MX-Plate-Right-No-Chamfer.step │ │ ├── Flake-L-Top-Left-No-Chamfer.step │ │ └── Flake-L-Top-Right-No-Chamfer.step ├── M │ ├── Flake-M-Bottom-Left.step │ ├── Flake-M-Bottom-Right.step │ ├── Flake-M-MX-Plate-Left.step │ ├── Flake-M-MX-Plate-Right.step │ ├── Flake-M-Top-Left.step │ ├── Flake-M-Top-Right.step │ ├── with-jst-cutout │ │ ├── Flake-M-Bottom-Left-JST-Cutout.step │ │ └── Flake-M-Bottom-Right-JST-Cutout.step │ └── without-chamfer │ │ ├── Flake-M-MX-Plate-Left-No-Chamfer.step │ │ ├── Flake-M-MX-Plate-Right-No-Chamfer.step │ │ ├── Flake-M-Top-Left-No-Chamfer.step │ │ └── Flake-M-Top-Right-No-Chamfer.step └── S │ ├── Flake-S-Bottom-Left.step │ ├── Flake-S-Bottom-Right.step │ ├── Flake-S-MX-Plate-Left.step │ ├── Flake-S-MX-Plate-Right.step │ ├── Flake-S-Top-Left.step │ ├── Flake-S-Top-Right.step │ ├── with-jst-cutout │ ├── Flake-S-Bottom-Left-JST-Cutout.step │ └── Flake-S-Bottom-Right-JST-Cutout.step │ └── without-chamfer │ ├── Flake-S-MX-Plate-Left-No-Chamfer.step │ ├── Flake-S-MX-Plate-Right-No-Chamfer.step │ ├── Flake-S-Top-Left-No-Chamfer.step │ └── Flake-S-Top-Right-No-Chamfer.step ├── graphics └── anywhy-flake-v2.blend ├── pcb ├── L │ ├── Flake-L.kicad_pcb │ ├── Flake-L.kicad_pro │ ├── Flake-L.kicad_sch │ ├── fabrication-toolkit-options.json │ ├── fp-lib-table │ ├── production │ │ ├── Flake-L.zip │ │ ├── backups │ │ │ ├── Flake-L_2025-04-01_05-51-06.zip │ │ │ ├── Flake-L_2025-04-08_20-17-25.zip │ │ │ └── Flake-L_2025-09-20_16-34-43.zip │ │ ├── bom.csv │ │ ├── designators.csv │ │ ├── netlist.ipc │ │ └── positions.csv │ └── sym-lib-table ├── M,S │ ├── Flake.kicad_pcb │ ├── Flake.kicad_pro │ ├── Flake.kicad_sch │ ├── fabrication-toolkit-options.json │ ├── fp-lib-table │ ├── production │ │ ├── Flake.zip │ │ ├── backups │ │ │ ├── Flake_2025-04-01_05-59-32.zip │ │ │ ├── Flake_2025-04-08_20-17-50.zip │ │ │ └── Flake_2025-09-20_16-35-24.zip │ │ ├── bom.csv │ │ ├── designators.csv │ │ ├── netlist.ipc │ │ └── positions.csv │ └── sym-lib-table └── lib │ ├── axseem.pretty │ ├── D_SOD-123_HandSoldering.kicad_mod │ ├── D_SOD-123_HandSoldering_Reversible.kicad_mod │ ├── Hole_0.5mm.kicad_mod │ ├── JST_1.25mm_Reversible.kicad_mod │ ├── JST_1.25mm_mid-mount.kicad_mod │ ├── JST_PH_1x02_Horizontal_Reversible.kicad_mod │ ├── Pad.kicad_mod │ ├── ProMicro_SMD.kicad_mod │ ├── SW_MX_Choc_Hotswap.kicad_mod │ ├── SW_MX_Choc_Hotswap_Plated.kicad_mod │ ├── SW_MX_Choc_Hotswap_Reversible.kicad_mod │ ├── SolderJumper-3_P.kicad_mod │ ├── TS-1289VE-4.kicad_mod │ ├── USB-C_6Pin_Mid-mount.kicad_mod │ ├── XIAO-nRF52840-SMD.kicad_mod │ └── socketless_hotwsap_kb_switch.kicad_mod │ └── symbols │ ├── Seeed_Studio_XIAO_Series.kicad_sym │ └── kbd.kicad_sym └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/LICENSE -------------------------------------------------------------------------------- /docs/build_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/build_guide.md -------------------------------------------------------------------------------- /docs/essential_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/essential_files.md -------------------------------------------------------------------------------- /docs/flashing_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/flashing_guide.md -------------------------------------------------------------------------------- /docs/gallery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/gallery.md -------------------------------------------------------------------------------- /docs/img/build_guide/assembled.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/assembled.webp -------------------------------------------------------------------------------- /docs/img/build_guide/column.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/column.webp -------------------------------------------------------------------------------- /docs/img/build_guide/controller.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/controller.webp -------------------------------------------------------------------------------- /docs/img/build_guide/diode.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/diode.webp -------------------------------------------------------------------------------- /docs/img/build_guide/done.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/done.webp -------------------------------------------------------------------------------- /docs/img/build_guide/electronics.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/electronics.webp -------------------------------------------------------------------------------- /docs/img/build_guide/feets.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/feets.webp -------------------------------------------------------------------------------- /docs/img/build_guide/hardware.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/hardware.webp -------------------------------------------------------------------------------- /docs/img/build_guide/inside.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/inside.webp -------------------------------------------------------------------------------- /docs/img/build_guide/jst.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/jst.webp -------------------------------------------------------------------------------- /docs/img/build_guide/opposite.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/opposite.webp -------------------------------------------------------------------------------- /docs/img/build_guide/pcb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/pcb.webp -------------------------------------------------------------------------------- /docs/img/build_guide/power.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/power.webp -------------------------------------------------------------------------------- /docs/img/build_guide/rings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/rings.webp -------------------------------------------------------------------------------- /docs/img/build_guide/sockets.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/sockets.webp -------------------------------------------------------------------------------- /docs/img/build_guide/soldered.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/soldered.webp -------------------------------------------------------------------------------- /docs/img/build_guide/standoff.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/standoff.webp -------------------------------------------------------------------------------- /docs/img/build_guide/switches.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/build_guide/switches.webp -------------------------------------------------------------------------------- /docs/img/col_stagger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/col_stagger.svg -------------------------------------------------------------------------------- /docs/img/config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/config.svg -------------------------------------------------------------------------------- /docs/img/enclosure/jst-cutout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/enclosure/jst-cutout.png -------------------------------------------------------------------------------- /docs/img/flake-l.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flake-l.jpg -------------------------------------------------------------------------------- /docs/img/flake-m.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flake-m.jpg -------------------------------------------------------------------------------- /docs/img/flake-s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flake-s.jpg -------------------------------------------------------------------------------- /docs/img/flake_switches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flake_switches.jpg -------------------------------------------------------------------------------- /docs/img/flakes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flakes.jpg -------------------------------------------------------------------------------- /docs/img/flashing_guide/firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flashing_guide/firmware.png -------------------------------------------------------------------------------- /docs/img/flashing_guide/zmk_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flashing_guide/zmk_layout.png -------------------------------------------------------------------------------- /docs/img/flashing_guide/zmk_studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flashing_guide/zmk_studio.png -------------------------------------------------------------------------------- /docs/img/flashing_guide/zmk_unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flashing_guide/zmk_unlock.png -------------------------------------------------------------------------------- /docs/img/flashing_guide/zmk_usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/flashing_guide/zmk_usb.png -------------------------------------------------------------------------------- /docs/img/gallery/CaptLynx/img1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/CaptLynx/img1.webp -------------------------------------------------------------------------------- /docs/img/gallery/CaptLynx/img2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/CaptLynx/img2.webp -------------------------------------------------------------------------------- /docs/img/gallery/CaptLynx/img3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/CaptLynx/img3.webp -------------------------------------------------------------------------------- /docs/img/gallery/caiodelgado/img1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/caiodelgado/img1.webp -------------------------------------------------------------------------------- /docs/img/gallery/caiodelgado/img2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/caiodelgado/img2.webp -------------------------------------------------------------------------------- /docs/img/gallery/devpew/img1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/devpew/img1.webp -------------------------------------------------------------------------------- /docs/img/gallery/kurisutofujp/img1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/kurisutofujp/img1.webp -------------------------------------------------------------------------------- /docs/img/gallery/peppapighs/img1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/peppapighs/img1.webp -------------------------------------------------------------------------------- /docs/img/gallery/peppapighs/img2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/gallery/peppapighs/img2.webp -------------------------------------------------------------------------------- /docs/img/plate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/plate.jpg -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:10)_1280p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:10)_1280p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:10)_1920p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:10)_1920p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:10)_2560p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:10)_2560p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:10)_3840p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:10)_3840p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:9)_1280p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:9)_1280p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:9)_1920p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:9)_1920p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:9)_2560p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:9)_2560p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(16:9)_3840p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(16:9)_3840p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(1:2)_1280p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(1:2)_1280p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(1:2)_1920p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(1:2)_1920p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(1:2)_2560p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(1:2)_2560p.webp -------------------------------------------------------------------------------- /docs/img/poster/flake_poster(1:2)_3840p.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/poster/flake_poster(1:2)_3840p.webp -------------------------------------------------------------------------------- /docs/img/row_stagger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/row_stagger.svg -------------------------------------------------------------------------------- /docs/img/stacked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/stacked.jpg -------------------------------------------------------------------------------- /docs/img/table.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/table.jpg -------------------------------------------------------------------------------- /docs/img/thickness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/thickness.jpg -------------------------------------------------------------------------------- /docs/img/usb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/img/usb.webp -------------------------------------------------------------------------------- /docs/internationalization/Chinese/build_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Chinese/build_guide.md -------------------------------------------------------------------------------- /docs/internationalization/Chinese/essential_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Chinese/essential_files.md -------------------------------------------------------------------------------- /docs/internationalization/Chinese/flashing_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Chinese/flashing_guide.md -------------------------------------------------------------------------------- /docs/internationalization/Chinese/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Chinese/readme.md -------------------------------------------------------------------------------- /docs/internationalization/Russian/build_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Russian/build_guide.md -------------------------------------------------------------------------------- /docs/internationalization/Russian/essential_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Russian/essential_files.md -------------------------------------------------------------------------------- /docs/internationalization/Russian/flashing_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Russian/flashing_guide.md -------------------------------------------------------------------------------- /docs/internationalization/Russian/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/docs/internationalization/Russian/readme.md -------------------------------------------------------------------------------- /enclosure/Enclosure.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/Enclosure.FCStd -------------------------------------------------------------------------------- /enclosure/L/Flake-L-Bottom-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-Bottom-Left.step -------------------------------------------------------------------------------- /enclosure/L/Flake-L-Bottom-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-Bottom-Right.step -------------------------------------------------------------------------------- /enclosure/L/Flake-L-MX-Plate-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-MX-Plate-Left.step -------------------------------------------------------------------------------- /enclosure/L/Flake-L-MX-Plate-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-MX-Plate-Right.step -------------------------------------------------------------------------------- /enclosure/L/Flake-L-Top-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-Top-Left.step -------------------------------------------------------------------------------- /enclosure/L/Flake-L-Top-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/Flake-L-Top-Right.step -------------------------------------------------------------------------------- /enclosure/L/with-jst-cutout/Flake-L-Bottom-Left-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/with-jst-cutout/Flake-L-Bottom-Left-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/L/with-jst-cutout/Flake-L-Bottom-Right-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/with-jst-cutout/Flake-L-Bottom-Right-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/L/without-chamfer/Flake-L-MX-Plate-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/without-chamfer/Flake-L-MX-Plate-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/L/without-chamfer/Flake-L-MX-Plate-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/without-chamfer/Flake-L-MX-Plate-Right-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/L/without-chamfer/Flake-L-Top-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/without-chamfer/Flake-L-Top-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/L/without-chamfer/Flake-L-Top-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/L/without-chamfer/Flake-L-Top-Right-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-Bottom-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-Bottom-Left.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-Bottom-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-Bottom-Right.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-MX-Plate-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-MX-Plate-Left.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-MX-Plate-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-MX-Plate-Right.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-Top-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-Top-Left.step -------------------------------------------------------------------------------- /enclosure/M/Flake-M-Top-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/Flake-M-Top-Right.step -------------------------------------------------------------------------------- /enclosure/M/with-jst-cutout/Flake-M-Bottom-Left-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/with-jst-cutout/Flake-M-Bottom-Left-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/M/with-jst-cutout/Flake-M-Bottom-Right-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/with-jst-cutout/Flake-M-Bottom-Right-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/M/without-chamfer/Flake-M-MX-Plate-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/without-chamfer/Flake-M-MX-Plate-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/M/without-chamfer/Flake-M-MX-Plate-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/without-chamfer/Flake-M-MX-Plate-Right-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/M/without-chamfer/Flake-M-Top-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/without-chamfer/Flake-M-Top-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/M/without-chamfer/Flake-M-Top-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/M/without-chamfer/Flake-M-Top-Right-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-Bottom-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-Bottom-Left.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-Bottom-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-Bottom-Right.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-MX-Plate-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-MX-Plate-Left.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-MX-Plate-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-MX-Plate-Right.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-Top-Left.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-Top-Left.step -------------------------------------------------------------------------------- /enclosure/S/Flake-S-Top-Right.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/Flake-S-Top-Right.step -------------------------------------------------------------------------------- /enclosure/S/with-jst-cutout/Flake-S-Bottom-Left-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/with-jst-cutout/Flake-S-Bottom-Left-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/S/with-jst-cutout/Flake-S-Bottom-Right-JST-Cutout.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/with-jst-cutout/Flake-S-Bottom-Right-JST-Cutout.step -------------------------------------------------------------------------------- /enclosure/S/without-chamfer/Flake-S-MX-Plate-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/without-chamfer/Flake-S-MX-Plate-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/S/without-chamfer/Flake-S-MX-Plate-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/without-chamfer/Flake-S-MX-Plate-Right-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/S/without-chamfer/Flake-S-Top-Left-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/without-chamfer/Flake-S-Top-Left-No-Chamfer.step -------------------------------------------------------------------------------- /enclosure/S/without-chamfer/Flake-S-Top-Right-No-Chamfer.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/enclosure/S/without-chamfer/Flake-S-Top-Right-No-Chamfer.step -------------------------------------------------------------------------------- /graphics/anywhy-flake-v2.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/graphics/anywhy-flake-v2.blend -------------------------------------------------------------------------------- /pcb/L/Flake-L.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/Flake-L.kicad_pcb -------------------------------------------------------------------------------- /pcb/L/Flake-L.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/Flake-L.kicad_pro -------------------------------------------------------------------------------- /pcb/L/Flake-L.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/Flake-L.kicad_sch -------------------------------------------------------------------------------- /pcb/L/fabrication-toolkit-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/fabrication-toolkit-options.json -------------------------------------------------------------------------------- /pcb/L/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/fp-lib-table -------------------------------------------------------------------------------- /pcb/L/production/Flake-L.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/Flake-L.zip -------------------------------------------------------------------------------- /pcb/L/production/backups/Flake-L_2025-04-01_05-51-06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/backups/Flake-L_2025-04-01_05-51-06.zip -------------------------------------------------------------------------------- /pcb/L/production/backups/Flake-L_2025-04-08_20-17-25.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/backups/Flake-L_2025-04-08_20-17-25.zip -------------------------------------------------------------------------------- /pcb/L/production/backups/Flake-L_2025-09-20_16-34-43.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/backups/Flake-L_2025-09-20_16-34-43.zip -------------------------------------------------------------------------------- /pcb/L/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/bom.csv -------------------------------------------------------------------------------- /pcb/L/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/designators.csv -------------------------------------------------------------------------------- /pcb/L/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/netlist.ipc -------------------------------------------------------------------------------- /pcb/L/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/production/positions.csv -------------------------------------------------------------------------------- /pcb/L/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/L/sym-lib-table -------------------------------------------------------------------------------- /pcb/M,S/Flake.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/Flake.kicad_pcb -------------------------------------------------------------------------------- /pcb/M,S/Flake.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/Flake.kicad_pro -------------------------------------------------------------------------------- /pcb/M,S/Flake.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/Flake.kicad_sch -------------------------------------------------------------------------------- /pcb/M,S/fabrication-toolkit-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/fabrication-toolkit-options.json -------------------------------------------------------------------------------- /pcb/M,S/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/fp-lib-table -------------------------------------------------------------------------------- /pcb/M,S/production/Flake.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/Flake.zip -------------------------------------------------------------------------------- /pcb/M,S/production/backups/Flake_2025-04-01_05-59-32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/backups/Flake_2025-04-01_05-59-32.zip -------------------------------------------------------------------------------- /pcb/M,S/production/backups/Flake_2025-04-08_20-17-50.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/backups/Flake_2025-04-08_20-17-50.zip -------------------------------------------------------------------------------- /pcb/M,S/production/backups/Flake_2025-09-20_16-35-24.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/backups/Flake_2025-09-20_16-35-24.zip -------------------------------------------------------------------------------- /pcb/M,S/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/bom.csv -------------------------------------------------------------------------------- /pcb/M,S/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/designators.csv -------------------------------------------------------------------------------- /pcb/M,S/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/netlist.ipc -------------------------------------------------------------------------------- /pcb/M,S/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/production/positions.csv -------------------------------------------------------------------------------- /pcb/M,S/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/M,S/sym-lib-table -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/D_SOD-123_HandSoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/D_SOD-123_HandSoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/D_SOD-123_HandSoldering_Reversible.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/D_SOD-123_HandSoldering_Reversible.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/Hole_0.5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/Hole_0.5mm.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/JST_1.25mm_Reversible.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/JST_1.25mm_Reversible.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/JST_1.25mm_mid-mount.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/JST_1.25mm_mid-mount.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/JST_PH_1x02_Horizontal_Reversible.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/JST_PH_1x02_Horizontal_Reversible.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/Pad.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/Pad.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/ProMicro_SMD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/ProMicro_SMD.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap_Plated.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap_Plated.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap_Reversible.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/SW_MX_Choc_Hotswap_Reversible.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/SolderJumper-3_P.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/SolderJumper-3_P.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/TS-1289VE-4.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/TS-1289VE-4.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/USB-C_6Pin_Mid-mount.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/USB-C_6Pin_Mid-mount.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/XIAO-nRF52840-SMD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/XIAO-nRF52840-SMD.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/axseem.pretty/socketless_hotwsap_kb_switch.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/axseem.pretty/socketless_hotwsap_kb_switch.kicad_mod -------------------------------------------------------------------------------- /pcb/lib/symbols/Seeed_Studio_XIAO_Series.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/symbols/Seeed_Studio_XIAO_Series.kicad_sym -------------------------------------------------------------------------------- /pcb/lib/symbols/kbd.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/pcb/lib/symbols/kbd.kicad_sym -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anywhy-io/flake/HEAD/readme.md --------------------------------------------------------------------------------