]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ymdk_np21/ymdk_np21.h
Fix process_combo which assign -1 to uint16_t (#3697)
[qmk_firmware.git] / keyboards / ymdk_np21 / ymdk_np21.h
index babdc84831c428add0636c7bb156be105c004beb..728406d6e5e6ebe7ca0505bbab8537ed6b569d1a 100644 (file)
@@ -25,7 +25,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 void matrix_init_user(void);  // TODO port this to other PS2AVRGB boards
 
-#define KEYMAP_GRID( \
+#define LAYOUT( \
     K01, K02, K03, K04, K05, K06, \
     K11, K12, K13, K14, K15, K16, \
     K21, K22, K23, K24, K25, K26, \
@@ -38,6 +38,4 @@ void matrix_init_user(void);  // TODO port this to other PS2AVRGB boards
   { K36, K35, K34, K33, K32, K31 }  \
 }
 
-#define KEYMAP KEYMAP_GRID
-
 #endif