# HG changeset patch # User John Tsiombikas # Date 1379897139 -10800 # Node ID cb82d9a86b22e9ef5492eb1cc2fd3aa4fb47c09c # Parent c2b210a70ce9aa0e9833b052898c437fc118cf22 added a readme file diff -r c2b210a70ce9 -r cb82d9a86b22 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Sep 23 03:45:39 2013 +0300 @@ -0,0 +1,11 @@ +DOS interrupt-driven keyboard driver. + +Copyright (C) John Tsiombikas +License: GNU General Public License v3 + +Yes this means that if you use this for anything you must also release it under the GPL. +See COPYING for the full license text. + +To use in your programs, just include the files keyb.h, keyb.c, and scancode.h to your +project. See test.c for a use example, otherwise just check keyb.h, which is heavily +commented.