File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
USB_NeXT_Keyboard/USB_NeXT_Keyboard Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// SPDX-License-Identifier: MIT
4
4
5
+ // NeXT non-ADB Keyboard to USB converter
6
+ // This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard
7
+ // Requires an Arduino Micro for the USB portion - but could be ported to another micro fairly easily
8
+ // Written by Limor Fried / Adafruit Industries
9
+ // Released under BSD license - thanks NetBSD! :)
10
+ //
11
+ // Timing reference thanks to http://m0115.web.fc2.com/
12
+ // Pinouts thanks to http://www.68k.org/~degs/nextkeyboard.html
13
+ // Keycodes from http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-6/src/sys/arch/next68k/dev/
14
+
5
15
#include " wsksymdef.h"
6
16
#include " nextkeyboard.h"
7
17
#include < Keyboard.h>
You can’t perform that action at this time.
0 commit comments