X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2Fmatrix%2Fscan_loop.h;fp=Scan%2Fmatrix%2Fscan_loop.h;h=eaff7a08eef79f8868d305768f0606fc6bf01bda;hb=b8fddd61f5ff6360a3f32a38eeb2eac680f1f542;hp=f78e71c4910fe2a36c4d75311dc524dc3bdf8f9a;hpb=fa68d61792cd3b29ce34c0c734b3ff178be2ea53;p=kiibohd-controller.git diff --git a/Scan/matrix/scan_loop.h b/Scan/matrix/scan_loop.h index f78e71c..eaff7a0 100644 --- a/Scan/matrix/scan_loop.h +++ b/Scan/matrix/scan_loop.h @@ -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;