X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=blobdiff_plain;f=Scan%2FMD2%2Fmatrix.h;h=cb360e45981c34c7b07272a0caec0d7bfaa2fb21;hp=7241e0e896e50d71c495c149cec0152e763e503d;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hpb=03f60df94d395e3f4c923d17c3651501024975ee diff --git a/Scan/MD2/matrix.h b/Scan/MD2/matrix.h index 7241e0e..cb360e4 100644 --- a/Scan/MD2/matrix.h +++ b/Scan/MD2/matrix.h @@ -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 // ----- Macros ----- @@ -58,6 +57,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 -