]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/novelpad/novelpad.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / novelpad / novelpad.h
index 079dc30c53e4b6c3b4fcea4bd24f0277792f7a2e..f5a0b95f59c19b9bc61af800c9d557670fd9e4c9 100755 (executable)
@@ -19,7 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "quantum.h"
 
-#define KEYMAP( \
+#define LAYOUT_ortho_5x4( \
        K00, K01, K02, K03, \
        K10, K11, K12, K13, \
        K20, K21, K22, K23, \
@@ -33,4 +33,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   { K40,   K41,   K42,   K43 } \
 }
 
+#define LAYOUT LAYOUT_ortho_5x4
+
 #endif