Giter Site home page Giter Site logo

Comments (4)

spikemorrissey avatar spikemorrissey commented on June 12, 2024 1

Hi, Thank you so much. It works perfectly now!

from arduino-atari-hid-keyboard.

M1kerochip avatar M1kerochip commented on June 12, 2024

I forked the project, and fixed all the numberpad keys with the correct key presses.

https://github.com/M1kerochip/arduino-atari-hid-keyboard

from arduino-atari-hid-keyboard.

spikemorrissey avatar spikemorrissey commented on June 12, 2024

Hi, Thank you so much for attempting a solution to this. Unfortunately after I uploaded your fork of the project I can't get any keys at all to function on my keyboard on both the Atari ST Mister FPGA and on my PC. I re-uploaded the original program and everything works as before (with the same issues). I would love to have the correct keys working, perhaps I am doing something wrong?

from arduino-atari-hid-keyboard.

M1kerochip avatar M1kerochip commented on June 12, 2024

I've changed the default pins, to match a PCB I'm building.

If you've got my source, change the line 111 from const int ST_KB_RESET = 8;
to
const int ST_KB_RESET = 4;

Or, you can change your wiring to match.
I also added Digital Pin 9, connected to the Floppy LED, and it lets you use the floppy led as a capslock led :)

The only keys I couldn't set properly were ( and ) on the number pad. The arduino keyboard source doesn't allow for it.

I've also defined 3 layouts, for 3 different ST keyboards:
UK, DE and US.

To define other layouts, I'd have to see their ST keyboards.

from arduino-atari-hid-keyboard.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.