]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.h
Adding SKM67001 scan module.
[kiibohd-controller.git] / Scan / matrix / scan_loop.h
index f78e71c4910fe2a36c4d75311dc524dc3bdf8f9a..eaff7a08eef79f8868d305768f0606fc6bf01bda 100644 (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;