diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-05-08 15:55:50 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-08 15:55:50 -0700 |
commit | 9d15f484275ed724add608e05552f6e038be1e07 (patch) | |
tree | 9657c749c7a4b5e533fd12dc056b39ce77cec459 /keyboards/atreus62/atreus62.h | |
parent | e7d4bc52911e957b364eceb5762e79cef63a7737 (diff) | |
download | qmk_firmware-9d15f484275ed724add608e05552f6e038be1e07.tar.gz qmk_firmware-9d15f484275ed724add608e05552f6e038be1e07.zip |
Configurator updates for Atreus62 (#2913)
* c10r: Atreus62
* Removed bootloader flag from info.json
Diffstat (limited to 'keyboards/atreus62/atreus62.h')
-rw-r--r-- | keyboards/atreus62/atreus62.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/atreus62/atreus62.h b/keyboards/atreus62/atreus62.h index d0bf68adcc..4bf7dabc7d 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, \ |