X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fatreus62%2Fatreus62.h;h=4bf7dabc7dcbd05fff9610a75539cd72b36ad799;hb=2a231457bd494079c36cf3e07c9b887016adb491;hp=d0bf68adcc2875ca778bf2948e79b451a43c19c1;hpb=03706de94621f42a469b0c3c4a4e570dc14666dc;p=qmk_firmware.git diff --git a/keyboards/atreus62/atreus62.h b/keyboards/atreus62/atreus62.h index d0bf68adc..4bf7dabc7 100644 --- a/keyboards/atreus62/atreus62.h +++ b/keyboards/atreus62/atreus62.h @@ -8,7 +8,7 @@ void promicro_bootloader_jmp(bool program); // This a shortcut to help you visually see your layout. // The first section contains all of the arguements // The second converts the arguments into a two-dimensional array -#define KEYMAP( \ +#define LAYOUT( \ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ @@ -24,7 +24,7 @@ void promicro_bootloader_jmp(bool program); } // Used to create a keymap using only KC_ prefixed keys. -#define KC_KEYMAP( \ +#define LAYOUT_kc( \ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \