X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Froadkit%2Froadkit.h;h=62cfabc5eba77062e6d407c5698e701d32f37ffc;hb=da24a34efbfdeb80190b78f3f59451af86c4fb8b;hp=b10e5740f3f191a11f89c64b0a8417b4daac1353;hpb=feb858c5a9afff06ff54ec401359f8bfd5abdd73;p=qmk_firmware.git diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h index b10e5740f..62cfabc5e 100644 --- a/keyboards/roadkit/roadkit.h +++ b/keyboards/roadkit/roadkit.h @@ -4,7 +4,7 @@ #include "quantum.h" // This is a shortcut to help you visually see your layout. -#define KEYMAP( \ +#define LAYOUT_numpad_4x4( \ K00, K01, K02, K03, \ K10, K11, K12, \ K20, K21, K22, K23, \ @@ -17,7 +17,7 @@ { K30, KC_NO, K32, KC_NO } \ } -#define SINGLES_KEYMAP( \ +#define LAYOUT_ortho_4x4( \ K00, K01, K02, K03, \ K10, K11, K12, K13, \ K20, K21, K22, K23, \