├── README.md ├── hardware ├── Gerber.zip ├── ProProject_MagicBerry_2.1.epro └── SCH.pdf └── mechanical └── STL ├── bot_pla_配合2.0硬件.stl ├── top_2.7_pla_配合2.0硬件.stl ├── 按键_pla_配合2.0硬件.stl └── 滑动开关.stl /README.md: -------------------------------------------------------------------------------- 1 | # MagicBerry_hardware 2 | Q20 keyboard python 3 | -------------------------------------------------------------------------------- /hardware/Gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/hardware/Gerber.zip -------------------------------------------------------------------------------- /hardware/ProProject_MagicBerry_2.1.epro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/hardware/ProProject_MagicBerry_2.1.epro -------------------------------------------------------------------------------- /hardware/SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/hardware/SCH.pdf -------------------------------------------------------------------------------- /mechanical/STL/bot_pla_配合2.0硬件.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/mechanical/STL/bot_pla_配合2.0硬件.stl -------------------------------------------------------------------------------- /mechanical/STL/top_2.7_pla_配合2.0硬件.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/mechanical/STL/top_2.7_pla_配合2.0硬件.stl -------------------------------------------------------------------------------- /mechanical/STL/按键_pla_配合2.0硬件.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/mechanical/STL/按键_pla_配合2.0硬件.stl -------------------------------------------------------------------------------- /mechanical/STL/滑动开关.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakerM0/MagicBerry_hardware/27e92e6722bb842d36e1dd78b82200b021500d99/mechanical/STL/滑动开关.stl --------------------------------------------------------------------------------