]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/magicforce61/config.h
handwired/magicforce61 Refactor (#5459)
[qmk_firmware.git] / keyboards / handwired / magicforce61 / config.h
index c6c689ab6c5d0da4ac6eacdb1911f05b25a96165..3dc74f83e7dd5d4d85a3d5053efd81d16655ab8b 100644 (file)
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -43,7 +42,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
 */
 #define MATRIX_ROW_PINS { D0, D1, D2, D3, D4 }
-#define MATRIX_COL_PINS { B5, B4, B3, B2, B1, B0, E7, E6, F0, F1, F2, F3, F4, F5 } 
+#define MATRIX_COL_PINS { B5, B4, B3, B2, B1, B0, E7, E6, F0, F1, F2, F3, F4, F5 }
 #define UNUSED_PINS
 
 /* COL2ROW or ROW2COL */
@@ -152,5 +151,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //#define NO_ACTION_ONESHOT
 //#define NO_ACTION_MACRO
 //#define NO_ACTION_FUNCTION
-
-#endif