├── CAD Files ├── Cover Plate Keybon12.stl ├── Cover Plate.stl ├── Shell Keybon12.stl ├── Shell.stl ├── button A.stl ├── button B.stl ├── keybon_step.zip ├── macroBoard12 v3.f3z ├── macroBoard12.step.zip └── macroBoard9 v9.f3z ├── Eagle Files ├── Keybon REV 1.1 BOM.csv ├── Keybon REV 1.1.brd ├── Keybon REV 1.1.pdf ├── Keybon REV 1.1.sch ├── Keybon12 REV 1.0.brd ├── Keybon12 REV 1.0.sch └── Keybon12 interactive BOM.html ├── LICENSE ├── README.md ├── img ├── Explosion Animation.gif ├── Keybon12.jpg ├── SSD1306_edit.png ├── board_config.png └── keybon animated.gif ├── keybon companion ├── App.config ├── AppSelect.Designer.cs ├── AppSelect.cs ├── AppSelect.resx ├── Keybon Companion.sln ├── KeybonCompanion.csproj ├── MainWindow.Designer.cs ├── MainWindow.cs ├── MainWindow.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── DataSources │ │ └── WindowsFormsApp1.MainWindow.datasource │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── favicon.ico └── keybon companion.csproj ├── keybon ├── bmp.h └── keybon.ino ├── keybon12 ├── bmp.h ├── bootloader │ └── generic_boot20_pc13.bin ├── hardware.h └── keybon12.ino └── tools └── image2cpp └── index.html /CAD Files/Cover Plate Keybon12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/Cover Plate Keybon12.stl -------------------------------------------------------------------------------- /CAD Files/Cover Plate.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/Cover Plate.stl -------------------------------------------------------------------------------- /CAD Files/Shell Keybon12.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/Shell Keybon12.stl -------------------------------------------------------------------------------- /CAD Files/Shell.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/Shell.stl -------------------------------------------------------------------------------- /CAD Files/button A.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/button A.stl -------------------------------------------------------------------------------- /CAD Files/button B.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/button B.stl -------------------------------------------------------------------------------- /CAD Files/keybon_step.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/keybon_step.zip -------------------------------------------------------------------------------- /CAD Files/macroBoard12 v3.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/macroBoard12 v3.f3z -------------------------------------------------------------------------------- /CAD Files/macroBoard12.step.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/macroBoard12.step.zip -------------------------------------------------------------------------------- /CAD Files/macroBoard9 v9.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/CAD Files/macroBoard9 v9.f3z -------------------------------------------------------------------------------- /Eagle Files/Keybon REV 1.1 BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon REV 1.1 BOM.csv -------------------------------------------------------------------------------- /Eagle Files/Keybon REV 1.1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon REV 1.1.brd -------------------------------------------------------------------------------- /Eagle Files/Keybon REV 1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon REV 1.1.pdf -------------------------------------------------------------------------------- /Eagle Files/Keybon REV 1.1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon REV 1.1.sch -------------------------------------------------------------------------------- /Eagle Files/Keybon12 REV 1.0.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon12 REV 1.0.brd -------------------------------------------------------------------------------- /Eagle Files/Keybon12 REV 1.0.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon12 REV 1.0.sch -------------------------------------------------------------------------------- /Eagle Files/Keybon12 interactive BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/Eagle Files/Keybon12 interactive BOM.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/README.md -------------------------------------------------------------------------------- /img/Explosion Animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/img/Explosion Animation.gif -------------------------------------------------------------------------------- /img/Keybon12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/img/Keybon12.jpg -------------------------------------------------------------------------------- /img/SSD1306_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/img/SSD1306_edit.png -------------------------------------------------------------------------------- /img/board_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/img/board_config.png -------------------------------------------------------------------------------- /img/keybon animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/img/keybon animated.gif -------------------------------------------------------------------------------- /keybon companion/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/App.config -------------------------------------------------------------------------------- /keybon companion/AppSelect.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/AppSelect.Designer.cs -------------------------------------------------------------------------------- /keybon companion/AppSelect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/AppSelect.cs -------------------------------------------------------------------------------- /keybon companion/AppSelect.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/AppSelect.resx -------------------------------------------------------------------------------- /keybon companion/Keybon Companion.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Keybon Companion.sln -------------------------------------------------------------------------------- /keybon companion/KeybonCompanion.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/KeybonCompanion.csproj -------------------------------------------------------------------------------- /keybon companion/MainWindow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/MainWindow.Designer.cs -------------------------------------------------------------------------------- /keybon companion/MainWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/MainWindow.cs -------------------------------------------------------------------------------- /keybon companion/MainWindow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/MainWindow.resx -------------------------------------------------------------------------------- /keybon companion/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Program.cs -------------------------------------------------------------------------------- /keybon companion/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /keybon companion/Properties/DataSources/WindowsFormsApp1.MainWindow.datasource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/DataSources/WindowsFormsApp1.MainWindow.datasource -------------------------------------------------------------------------------- /keybon companion/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /keybon companion/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/Resources.resx -------------------------------------------------------------------------------- /keybon companion/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /keybon companion/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/Properties/Settings.settings -------------------------------------------------------------------------------- /keybon companion/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/favicon.ico -------------------------------------------------------------------------------- /keybon companion/keybon companion.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon companion/keybon companion.csproj -------------------------------------------------------------------------------- /keybon/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon/bmp.h -------------------------------------------------------------------------------- /keybon/keybon.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon/keybon.ino -------------------------------------------------------------------------------- /keybon12/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon12/bmp.h -------------------------------------------------------------------------------- /keybon12/bootloader/generic_boot20_pc13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon12/bootloader/generic_boot20_pc13.bin -------------------------------------------------------------------------------- /keybon12/hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon12/hardware.h -------------------------------------------------------------------------------- /keybon12/keybon12.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/keybon12/keybon12.ino -------------------------------------------------------------------------------- /tools/image2cpp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gromain/Keybon12/HEAD/tools/image2cpp/index.html --------------------------------------------------------------------------------