Re: in / out ports
Posted: Tue Jan 06, 2009 8:01 pm
There are different types of scan code sets that have different formats used in pc compatible keyboards that I have not seen in any tutorial thus forcing you to write them manually anyways. There is no "standard set" (Although scan code set 2 seems to be more common.) It is a good habit to get into. Besides that, it will not abid to your projects coding conventions and standards making it look more hacked together.sweetgum wrote:I don't see whats wrong with copying and pasting a scan code table.