├── Cases ├── ALPHALPHA PLUS Base.stl ├── ALPHALPHA PLUS Top vf.stl ├── Alphalpha Plus Top Main Left.dxf ├── Alphalpha Plus Top Main Right.dxf └── README.md ├── Firmware ├── alphalpha_plus.c ├── alphalpha_plus.h ├── config.h ├── keymaps │ └── default │ │ ├── config.h │ │ ├── keymap.c │ │ └── rules.mk └── rules.mk ├── Gerbers ├── keyboard-B_Cu.gbr ├── keyboard-B_Mask.gbr ├── keyboard-B_Paste.gbr ├── keyboard-B_SilkS.gbr ├── keyboard-Edge_Cuts.gbr ├── keyboard-F_Cu.gbr ├── keyboard-F_Mask.gbr ├── keyboard-F_Paste.gbr ├── keyboard-F_SilkS.gbr ├── keyboard-drl_map.gbr └── keyboard.drl ├── LICENSE ├── README.md └── v2 Files ├── Case files ├── AA Plus v2 Shell Heat_bottom plate.dxf ├── AA_PLUS_v2 Top Shell_Heat.stl ├── AA_PLUS_v2 Tray_heat_RGB v1.stl ├── Alphalpha Plus v2 Tray Heat v2.stl ├── Alphalpha Plus v2_fat stack.dxf ├── Alphalpha Plus v2_thin stack.dxf ├── Colossus Bottom.stl ├── Colossus Top.stl └── README.md ├── Firmware ├── Vial │ ├── Source │ │ ├── alphalpha_plus.c │ │ ├── alphalpha_plus.h │ │ ├── config.h │ │ ├── info.json │ │ ├── keymaps │ │ │ └── vial │ │ │ │ ├── config.h │ │ │ │ ├── keymap.c │ │ │ │ ├── rules.mk │ │ │ │ └── vial.json │ │ └── rules.mk │ ├── alphalpha_plus_vial.hex │ ├── alphalpha_plus_vial_elite_pi.uf2 │ └── alphalpha_plus_vial_norgb.hex ├── alphalpha_plus.c ├── alphalpha_plus.h ├── config.h ├── info.json ├── keymaps │ └── default │ │ ├── config.h │ │ ├── keymap.c │ │ └── rules.mk ├── readme.md └── rules.mk ├── Gerbers ├── alphalpha_plus_v2-B_Cu.gbr ├── alphalpha_plus_v2-B_Mask.gbr ├── alphalpha_plus_v2-B_Paste.gbr ├── alphalpha_plus_v2-B_SilkS.gbr ├── alphalpha_plus_v2-Edge_Cuts.gbr ├── alphalpha_plus_v2-F_Cu.gbr ├── alphalpha_plus_v2-F_Mask.gbr ├── alphalpha_plus_v2-F_Paste.gbr ├── alphalpha_plus_v2-F_SilkS.gbr ├── alphalpha_plus_v2-drl_map.gbr └── alphalpha_plus_v2.drl └── README.md /Cases/ALPHALPHA PLUS Base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Cases/ALPHALPHA PLUS Base.stl -------------------------------------------------------------------------------- /Cases/ALPHALPHA PLUS Top vf.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Cases/ALPHALPHA PLUS Top vf.stl -------------------------------------------------------------------------------- /Cases/Alphalpha Plus Top Main Left.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Cases/Alphalpha Plus Top Main Left.dxf -------------------------------------------------------------------------------- /Cases/Alphalpha Plus Top Main Right.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Cases/Alphalpha Plus Top Main Right.dxf -------------------------------------------------------------------------------- /Cases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Cases/README.md -------------------------------------------------------------------------------- /Firmware/alphalpha_plus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/alphalpha_plus.c -------------------------------------------------------------------------------- /Firmware/alphalpha_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/alphalpha_plus.h -------------------------------------------------------------------------------- /Firmware/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/config.h -------------------------------------------------------------------------------- /Firmware/keymaps/default/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/keymaps/default/config.h -------------------------------------------------------------------------------- /Firmware/keymaps/default/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/keymaps/default/keymap.c -------------------------------------------------------------------------------- /Firmware/keymaps/default/rules.mk: -------------------------------------------------------------------------------- 1 | COMBO_ENABLE = yes -------------------------------------------------------------------------------- /Firmware/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Firmware/rules.mk -------------------------------------------------------------------------------- /Gerbers/keyboard-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-B_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-B_Mask.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-B_Paste.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-B_SilkS.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-F_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-F_Mask.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-F_Paste.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-F_SilkS.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard-drl_map.gbr -------------------------------------------------------------------------------- /Gerbers/keyboard.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/Gerbers/keyboard.drl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/README.md -------------------------------------------------------------------------------- /v2 Files/Case files/AA Plus v2 Shell Heat_bottom plate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/AA Plus v2 Shell Heat_bottom plate.dxf -------------------------------------------------------------------------------- /v2 Files/Case files/AA_PLUS_v2 Top Shell_Heat.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/AA_PLUS_v2 Top Shell_Heat.stl -------------------------------------------------------------------------------- /v2 Files/Case files/AA_PLUS_v2 Tray_heat_RGB v1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/AA_PLUS_v2 Tray_heat_RGB v1.stl -------------------------------------------------------------------------------- /v2 Files/Case files/Alphalpha Plus v2 Tray Heat v2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/Alphalpha Plus v2 Tray Heat v2.stl -------------------------------------------------------------------------------- /v2 Files/Case files/Alphalpha Plus v2_fat stack.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/Alphalpha Plus v2_fat stack.dxf -------------------------------------------------------------------------------- /v2 Files/Case files/Alphalpha Plus v2_thin stack.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/Alphalpha Plus v2_thin stack.dxf -------------------------------------------------------------------------------- /v2 Files/Case files/Colossus Bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/Colossus Bottom.stl -------------------------------------------------------------------------------- /v2 Files/Case files/Colossus Top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/Colossus Top.stl -------------------------------------------------------------------------------- /v2 Files/Case files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Case files/README.md -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/alphalpha_plus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/alphalpha_plus.c -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/alphalpha_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/alphalpha_plus.h -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/config.h -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/info.json -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/keymaps/vial/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/keymaps/vial/config.h -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/keymaps/vial/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/keymaps/vial/keymap.c -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/keymaps/vial/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/keymaps/vial/rules.mk -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/keymaps/vial/vial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/Source/keymaps/vial/vial.json -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/Source/rules.mk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/alphalpha_plus_vial.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/alphalpha_plus_vial.hex -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/alphalpha_plus_vial_elite_pi.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/alphalpha_plus_vial_elite_pi.uf2 -------------------------------------------------------------------------------- /v2 Files/Firmware/Vial/alphalpha_plus_vial_norgb.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/Vial/alphalpha_plus_vial_norgb.hex -------------------------------------------------------------------------------- /v2 Files/Firmware/alphalpha_plus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/alphalpha_plus.c -------------------------------------------------------------------------------- /v2 Files/Firmware/alphalpha_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/alphalpha_plus.h -------------------------------------------------------------------------------- /v2 Files/Firmware/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/config.h -------------------------------------------------------------------------------- /v2 Files/Firmware/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/info.json -------------------------------------------------------------------------------- /v2 Files/Firmware/keymaps/default/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/keymaps/default/config.h -------------------------------------------------------------------------------- /v2 Files/Firmware/keymaps/default/keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/keymaps/default/keymap.c -------------------------------------------------------------------------------- /v2 Files/Firmware/keymaps/default/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/keymaps/default/rules.mk -------------------------------------------------------------------------------- /v2 Files/Firmware/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/readme.md -------------------------------------------------------------------------------- /v2 Files/Firmware/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Firmware/rules.mk -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-B_Cu.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-B_Mask.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-B_Paste.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-B_SilkS.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-Edge_Cuts.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-F_Cu.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-F_Mask.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-F_Paste.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-F_SilkS.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2-drl_map.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2-drl_map.gbr -------------------------------------------------------------------------------- /v2 Files/Gerbers/alphalpha_plus_v2.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/Gerbers/alphalpha_plus_v2.drl -------------------------------------------------------------------------------- /v2 Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subottimale/alphalpha_plus/HEAD/v2 Files/README.md --------------------------------------------------------------------------------