Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: duane on January 27, 2014, 04:25:24 PM

Title: Custom keyboard
Post by: duane on January 27, 2014, 04:25:24 PM
I have some code to implement a custom rotary switch and some buttons.  This is from an older system using Debian and 2.4.  We've moved to some new hardware and that is working fine but I need to create a TC installation to run on the older hardware. 

This was previously accomplished by modifying pc_keyb.c and recompiling the kernel.  I have downloaded the TC source and can recompile but I'm not sure which module to look at.  I tried adding my code to atkbd.c thinking this was the default keyboard but this had no effect.  Any suggestions?