]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MD1/matrix.h
Code cleanup
[kiibohd-controller.git] / Scan / MD1 / matrix.h
index 55cc06845c28c93dd8bde5d95f5e2e48f51e5c26..10a15d75da18430c6bfa98d822edc182f372dbba 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 by Jacob Alexander
+/* Copyright (C) 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 -----
 
@@ -55,6 +54,3 @@ GPIO_Pin Matrix_rows[] = { gpio(D,1), gpio(D,2), gpio(D,3), gpio(D,4), gpio(D,5)
 // Define type of scan matrix
 Config Matrix_type = Config_Pulldown;
 
-
-#endif // __MATRIX_H
-