Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
tmk 5a2a781fc9 next_usb: Stop debug print while no keyboard před 8 roky
..
Makefile next_usb: Change for TMK converter configuration před 8 roky
Makefile.pjrc Change TMK_DIR setting před 9 roky
README Added NeXT keyboard converter před 10 roky
config.h next_usb: Change for TMK converter configuration před 8 roky
keymap.c next_usb: Fix keymap před 8 roky
led.c next_usb: Change LEDs usage for CapsLock status před 8 roky
matrix.c next_usb: Stop debug print while no keyboard před 8 roky
next_timings.jpg Added NeXT keyboard converter před 10 roky

README

NeXT non-ADB Keyboard Converter
-------------------------------

Cable connector inside keyboard case:
+-----+
|Black|\
|Green|-\
|Yello|--\-------- to computer via Mini-Din 5a Connector
|Orang|--/--------
|Red |-/
|Brown|/
+-----+

Black - Ground to outer metal part of Mini Din 5a connector (not used)
Green - Ground
Yellow - Power button signal
Orange - Keyboard Out
Red - Keyboard In
Brown - Vcc

ATmega32u4 connections (pinout provided for Arduino Pro Micro):

Keyboard out (orange) : PD0 (pin 3)
Keyboard in (red) : PD1 (pin 2)
Power Button (yellow) : PD4 (pin 4)
Ground (black) : GND
Vcc (brown) : VCC

See attached next_timings.jpg file for a detailed illustration of NeXT keyboard protocol timings.

Power button signal line is normally high when the keyboard is powered/initialized. It is pulled to ground when pressed. The converter automatically translates this to a "normal" keypress with code 0x5A. This connection is technically optional, the only side effect of not making this connection is the power key will do nothing.

Converter is based heavily on Ladyada's original "USB NeXT Keyboard with Arduino Micro" tutorial (http://learn.adafruit.com/usb-next-keyboard-with-arduino-micro/overview). If you build this converter, show Adafruit some love and do it using an Arduino Micro (http://www.adafruit.com/products/1315) or their ATmega 32u4 Breakout Board (http://www.adafruit.com/products/296). Arduino Micro should work fine using the Arduino Pro Micro configuration above, same pins numbers and everything.

TODO:
-----

I believe it might be possible to run the keyboard off of 3V; during testing I observed that the keyboard could sometimes function even without Vcc connected as long as the ground connection was good and the Keyboard In line was connected. If that works it should be easy to do a Bluetooth conversion and run the keyboard right off of a LiPo battery without a boost circuit

Utilize second LED as status indicator for good initialization; also try to make hot plugging much more robust.

Figure a better use for the Power button. Too easy to hit it by mistake to use for Suspend or Power Off - maybe move cap to different part of the board and consider that

Figure out a better use for the lock LEDs. Right now they just light up when you press shift. Lame. Maybe implement proper Caps/Num/Scroll Locks