]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/40percentclub/nano/nano.h
Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)
[qmk_firmware.git] / keyboards / 40percentclub / nano / nano.h
index 21d6c4f30c2cf7df5683395149398e6c39c98061..881309738bd3af0aa72daf39a77b28c8adc99ecc 100644 (file)
@@ -1,9 +1,8 @@
-#ifndef NANO_H
-#define NANO_H
+#pragma once
 
 #include "quantum.h"
 
-#define LAYOUT( \
+#define LAYOUT_ortho_2x4( \
     k01, k02, k03, k04, \
     k05, k06, k07, k08  \
   ) { \
@@ -11,4 +10,4 @@
     { k05, k06, k07, k08 } \
 }
 
-#endif
+#define LAYOUT LAYOUT_ortho_2x4