Nick Goodman

Results 23 comments of Nick Goodman

I've had a quick look at the code and it looks like 4 more GPIO pins were added to the project quite recently : 2,3,9 and 10 so I assume...

One thing I've noticed, and probably should of tried first is that using a normal USB keyboard none of the extra (C128) keys are working or mapped, (like they are...

Thankyou so much... I'll have a look at the code and come up with the changes I think I will need. I'm not entirely sure how to build the project...

i started changing the code in viceapp.h: under this : #define NO_FIXED_PURPOSE_1_INDEX 19 // GPIO 2 #define NO_FIXED_PURPOSE_2_INDEX 20 // GPIO 3 #define NO_FIXED_PURPOSE_3_INDEX 21 // GPIO 9 #define NO_FIXED_PURPOSE_4_INDEX...

Thanks, I was not after the physical pin number though, think I got confused with the GPIO indexing in the code: For example in viceapp.h : // GPIO JSFUNC KEYFUNC...

@randyrossi Me again ! So I think the only change I need to try is to add a specific 128 keyboard matrix to kernal.cpp which I've coded below, its the...

That is very kind of you, I'll have a try first at building/compiling the existing repo and let you know, once sussed code changes should be easy, I'm new to...

> You would need a Linux distribution with the dependencies installed. If you put together all your changes and submit it as a pull request in github, I can try...

I've tried that, but it didn't install or update anything: Reading package lists... Done Building dependency tree... Done Reading state information... Done autoconf is already the newest version (2.71-2). autotools-dev...

Thank-you. Tried that, its now complaining about flex/lex/yywrap again, but I will try and isolate the steps as you have mentioned. checking for byacc... byacc checking for flex... flex checking...