diff options
author | 2015-03-19 00:12:01 -0400 | |
---|---|---|
committer | 2015-03-19 00:12:01 -0400 | |
commit | afa0f9d0aa08c7476bd63f3a478a6ea849b96e05 (patch) | |
tree | 2298d5076cd431921fac8dfbff2440d5b2bad657 /keyboard/planck/keymap_common.h | |
parent | 9c3a95663410a294f2c85ad2d1c016f328730e0b (diff) | |
parent | e9df959c131932f7d149b8c0fa07d7fea845f0fc (diff) | |
download | qmk_firmware-afa0f9d0aa08c7476bd63f3a478a6ea849b96e05.tar.gz |
Merge pull request #8 from nathanrosspowell/master
Housekeeping on `keymap_nathan.c`, updated documentation
Diffstat (limited to 'keyboard/planck/keymap_common.h')
-rw-r--r-- | keyboard/planck/keymap_common.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboard/planck/keymap_common.h b/keyboard/planck/keymap_common.h index 8a55fd9ee..c74c7e9a2 100644 --- a/keyboard/planck/keymap_common.h +++ b/keyboard/planck/keymap_common.h @@ -35,6 +35,17 @@ extern const uint16_t fn_actions[]; // MIT Layout +/* + * ,-----------------------------------------------------------------------. + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | + * `-----------------------------------------------------------------------' + */ #define KEYMAP( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \ @@ -48,6 +59,17 @@ extern const uint16_t fn_actions[]; } // Grid Layout +/* + * ,-----------------------------------------------------------------------. + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | | + * |-----------------------------------------------------------------------| + * | | | | | | | | | | | | | + * `-----------------------------------------------------------------------' + */ #define KEYMAP_GRID( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \ |