]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/HeathZenith/matrix.h
Code cleanup
[kiibohd-controller.git] / Scan / HeathZenith / matrix.h
index 54587b467248c3da48af7ba64954d6e8610420c6..134ae70bad033caab18c4ef099f7692f6622107b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 by Jacob Alexander
+/* Copyright (C) 2011,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 -----
 
@@ -63,7 +62,3 @@ static const uint8_t matrix_pinout[][MAX_ROW_SIZE + 1] = {
 
 };
 
-
-
-#endif // __MATRIX_H
-