Skip to content

Commit b95a70d

Browse files
committed
re-added text
1 parent 37e55b3 commit b95a70d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

USB_NeXT_Keyboard/USB_NeXT_Keyboard/USB_NeXT_Keyboard.ino

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
//
33
// SPDX-License-Identifier: MIT
44

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+
515
#include "wsksymdef.h"
616
#include "nextkeyboard.h"
717
#include <Keyboard.h>

0 commit comments

Comments
 (0)