Adding SKM67001 scan module.

- Uses the matrix module, which is now moderately working now for NKRO diode keyboards
This commit is contained in:
Jacob Alexander 2012-10-04 12:07:06 -07:00
parent fa68d61792
commit b8fddd61f5
9 changed files with 553 additions and 149 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2011 by Jacob Alexander
/* Copyright (C) 2011-2012 by Jacob Alexander
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -50,6 +50,7 @@ extern uint8_t KeyIndex_Array [KEYBOARD_SIZE + 1];
extern volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
extern volatile uint8_t KeyIndex_BufferUsed;
extern volatile uint8_t KeyIndex_Add_InputSignal;