Skip to content

Commit 37e55b3

Browse files
committed
Corrected name
1 parent 01f63d6 commit 37e55b3

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

USB_NeXT_Keyboard/USB_NeXT_Keyboard/USB_NeXT_Keyboard.ino

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
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-
155
#include "wsksymdef.h"
166
#include "nextkeyboard.h"
177
#include <Keyboard.h>

USB_SNES_Gamepad/teensySNES_onebutton/teensySNES_onebutton.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
22
//
33
// SPDX-License-Identifier: MIT
44

USB_SNES_Gamepad/teensySNES_stellakey/teensySNES_stellakey.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
22
//
33
// SPDX-License-Identifier: MIT
44

USB_SNES_Gamepad/teensySNES_test1/teensySNES_test1.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
22
//
33
// SPDX-License-Identifier: MIT
44

0 commit comments

Comments
 (0)