]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/matrix_template.h
Code cleanup
[kiibohd-controller.git] / Scan / matrix / matrix_template.h
index 41ca233db11a396618981e1f76166d1f7d66686b..a56456f53eae2564d4e5a8587e9affd4d1182e2a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011,2014 by Jacob Alexander
+/* Copyright (C) 2011,2014-2015 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
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __MATRIX_H
-#define __MATRIX_H
+#pragma once
 
 // ----- Includes -----
 
@@ -147,7 +146,3 @@ static const uint8_t matrix_pinout[][MAX_ROW_SIZE + 1] = {
 
 };
 
-
-
-#endif // __MATRIX_H
-