Keyboard firmwares for Atmel AVR and Cortex-M
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tmk c5b9f2b02b change keycodes and define keymap macro for AEK. il y a 13 ans
..
Makefile ADB to USB keyboard converter il y a 13 ans
README ADB to USB keyboard converter il y a 13 ans
config.h ADB to USB keyboard converter il y a 13 ans
keymap.c change keycodes and define keymap macro for AEK. il y a 13 ans
matrix.c change keycodes and define keymap macro for AEK. il y a 13 ans

README

ADB to USB keyboard converter
=============================

This firmware converts ADB keyboard protocol to USB.

Build
-----
0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data).
PSW line is optional. See ADB.txt for details.
1. Define following macros for ADB connection in config.h:
ADB_PORT
ADB_PIN
ADB_DDR
ADB_DATA_BIT
ADB_PSW_BIT
2. make
3. program Teensy.

EOF