diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-05-03 07:56:12 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-03 07:56:12 -0700 |
commit | 72b276bd8f94ac5fb2a91a01d2351d853a1e6ee3 (patch) | |
tree | 8ba2eb33a9f2f3c44c5f6ca4f84d3b3d6ae56b3b /keyboards/atomic/atomic.h | |
parent | c52b3c6126228b571891d2ad6553913a6cc7ebf4 (diff) | |
download | qmk_firmware-72b276bd8f94ac5fb2a91a01d2351d853a1e6ee3.tar.gz qmk_firmware-72b276bd8f94ac5fb2a91a01d2351d853a1e6ee3.zip |
QMK Configurator updates: Atom47, Atomic and Atreus (#2883)
* QMK Configurator update for Alpha 28-key
* QMK Configurator update for AMJ40
* QMK Configurator update for AMJ Pad
* QMK Configurator update for Atom47
* QMK Configurator update for OLKB Atomic
* QMK Configurator updates: Atom47 and Atreus
* QMK Configurator updates: Atom47 and Atreus
* QMK Configurator update for OLKB Atomic and Atreus
* QMK C10R: Attempting fixes for Atreus keymap errors
* QMK C10R: Attempting fixes for Atreus keymap errors
* QMK Configurator: Bug fixes for Atreus keymaps
Diffstat (limited to 'keyboards/atomic/atomic.h')
-rw-r--r-- | keyboards/atomic/atomic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/atomic/atomic.h b/keyboards/atomic/atomic.h index b7ceb68d0..a22029f76 100644 --- a/keyboards/atomic/atomic.h +++ b/keyboards/atomic/atomic.h | |||
@@ -10,7 +10,7 @@ | |||
10 | // The following is an example using the Planck MIT layout | 10 | // The following is an example using the Planck MIT layout |
11 | // The first section contains all of the arguements | 11 | // The first section contains all of the arguements |
12 | // The second converts the arguments into a two-dimensional array | 12 | // The second converts the arguments into a two-dimensional array |
13 | #define KEYMAP_SEMI_STANDARD( \ | 13 | #define LAYOUT_semi_standard( \ |
14 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0E, \ | 14 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0E, \ |
15 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \ | 15 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \ |
16 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2E, \ | 16 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2E, \ |
@@ -24,7 +24,7 @@ | |||
24 | { K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E } \ | 24 | { K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E } \ |
25 | } | 25 | } |
26 | 26 | ||
27 | #define KEYMAP_GRID( \ | 27 | #define LAYOUT_grid( \ |
28 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E,\ | 28 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E,\ |
29 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E,\ | 29 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E,\ |
30 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E,\ | 30 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E,\ |
@@ -38,6 +38,6 @@ | |||
38 | { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E } \ | 38 | { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E } \ |
39 | } | 39 | } |
40 | 40 | ||
41 | #define LAYOUT_ortho_5x15 KEYMAP_GRID | 41 | #define LAYOUT_ortho_5x15 LAYOUT_grid |
42 | 42 | ||
43 | #endif \ No newline at end of file | 43 | #endif \ No newline at end of file |