diff options
author | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2017-02-05 19:55:08 -0500 |
---|---|---|
committer | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2017-02-05 19:55:27 -0500 |
commit | 06d21009b2198a2941f4c341807ad2290b5967f6 (patch) | |
tree | 809246bc9999dd4429cd2a017fc1d0c62db166ff /tmk_core/common/keyboard.c | |
parent | 8cbf61c91923e5399b158f7f9258096cb0089ce2 (diff) | |
download | firmware-06d21009b2198a2941f4c341807ad2290b5967f6.tar.gz firmware-06d21009b2198a2941f4c341807ad2290b5967f6.tar.bz2 firmware-06d21009b2198a2941f4c341807ad2290b5967f6.zip |
Minor cleanup
Diffstat (limited to 'tmk_core/common/keyboard.c')
-rw-r--r-- | tmk_core/common/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index 765350792..3aa82231b 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -14,6 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #include <stdint.h> #include "keyboard.h" #include "matrix.h" |