summaryrefslogtreecommitdiffstats
path: root/keyboards/novelpad/novelpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/novelpad/novelpad.h')
-rwxr-xr-xkeyboards/novelpad/novelpad.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/novelpad/novelpad.h b/keyboards/novelpad/novelpad.h
index 079dc30c5..f5a0b95f5 100755
--- a/keyboards/novelpad/novelpad.h
+++ b/keyboards/novelpad/novelpad.h
@@ -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