We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e55b3 commit b95a70dCopy full SHA for b95a70d
1 file changed
USB_NeXT_Keyboard/USB_NeXT_Keyboard/USB_NeXT_Keyboard.ino
@@ -2,6 +2,16 @@
2
//
3
// SPDX-License-Identifier: MIT
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
+
15
#include "wsksymdef.h"
16
#include "nextkeyboard.h"
17
#include <Keyboard.h>
0 commit comments