WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Custom keyboard  (Read 1379 times)

Offline duane

  • Newbie
  • *
  • Posts: 16
Custom keyboard
« 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?