From 2e6bd97585513dde0bb1f3418fe8d4c5e1e534cf Mon Sep 17 00:00:00 2001 From: Matteo Bonora Date: Sun, 7 Feb 2021 17:59:15 +0100 Subject: [Keyboard] Add Hi-Tek AIM-65 keyboard (#11623) * Add Hi-Tek AIM-65 keyboard * Add bootloader selection * Update keyboards/handwired/aim65/readme.md Co-authored-by: Joel Challis * Update keyboards/handwired/aim65/rules.mk Co-authored-by: Joel Challis * Update keyboard image Co-authored-by: Ryan * Update keyboards/handwired/aim65/rules.mk Co-authored-by: Ryan * Update keyboards/handwired/aim65/keymaps/bonnee/keymap.c Co-authored-by: Drashna Jaelre * Update keyboards/handwired/aim65/keymaps/default/keymap.c Fix indentation Co-authored-by: Drashna Jaelre * Update keyboards/handwired/aim65/keymaps/default/keymap.c Fix indentation Co-authored-by: Drashna Jaelre * Update keyboards/handwired/aim65/keymaps/bonnee/keymap.c Co-authored-by: Ryan * Update keyboards/handwired/aim65/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/handwired/aim65/keymaps/bonnee/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/handwired/aim65/keymaps/bonnee/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/handwired/aim65/keymaps/default/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/handwired/aim65/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Joel Challis Co-authored-by: Ryan Co-authored-by: Drashna Jaelre Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/handwired/aim65/readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 keyboards/handwired/aim65/readme.md (limited to 'keyboards/handwired/aim65/readme.md') diff --git a/keyboards/handwired/aim65/readme.md b/keyboards/handwired/aim65/readme.md new file mode 100644 index 0000000000..8c05c43f83 --- /dev/null +++ b/keyboards/handwired/aim65/readme.md @@ -0,0 +1,27 @@ +# Hi-Tek AIM-65 + +![Hi-Tek AIM-65 Keyboard](https://imgur.com/7Gam1f2l.jpg) + +The keboard assembly that came with the Rockwell AIM-65, a microcomputer from the '70s [Wikipedia article](https://en.wikipedia.org/wiki/AIM-65) + +The controller is a Pro Micro handwired to the original connector. [This](https://github.com/Bonnee/aim-65_keyboard) repo collects 3D models for the case, schematics for the matrix and pics. + +* Keyboard Maintainer: [Matteo Bonora](https://github.com/bonnee) +* Hardware Supported: Pro Micro + +The default layout is useless on a modern computer, you can use it as a base for your own though. + +Make example for this keyboard (after setting up your build environment): + + make handwired/aim65:default + +Flashing example for this keyboard: + + make handwired/aim65:default:flash + +To reset the board into bootloader mode, do one of the following: + +* Double-tap the Reset switch mounted on the Pro Micro +* Hold the spacebar while connecting the USB cable (also erases persistent settings) + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). -- cgit v1.2.3