X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FBudKeypad%2Fmatrix.h;h=6c74e2d37f5f3cf616f4dc6ffbdf68bcdd5b163e;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=b53de14e8ce71b2ff784768b2d1718764f3732c1;hpb=622ea5d85f94be4b1694fdf08e30fa76eeb18fe4;p=kiibohd-controller.git diff --git a/Scan/BudKeypad/matrix.h b/Scan/BudKeypad/matrix.h index b53de14..6c74e2d 100644 --- a/Scan/BudKeypad/matrix.h +++ b/Scan/BudKeypad/matrix.h @@ -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 ----- @@ -74,7 +73,3 @@ static const uint8_t matrix_pinout[][MAX_ROW_SIZE + 1] = { }; - - -#endif // __MATRIX_H -