]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added description of the layout and main differences with real TM
authorDidier Loiseau <didierloiseau+git@gmail.com>
Wed, 30 Dec 2015 12:26:31 +0000 (13:26 +0100)
committerDidier Loiseau <didierloiseau+git@gmail.com>
Sat, 9 Jan 2016 17:15:48 +0000 (18:15 +0100)
keyboard/ergodox_ez/keymaps/keymap_typematrix.c

index fd7c020bfe281f4d12d23bbfb7a266ac2d253e69..de864ddfef3880f52992b8ae7e415988d52c076d 100644 (file)
@@ -1,4 +1,24 @@
-/* TypeMatrix-2030-like keymap */
+/* TypeMatrix-2030-like keymap
+ * ---------------------------
+ * Currently supported features:
+ * Layer 0: default layer close to the TM with the following differences:
+ *  - top row and rightmost column are removed, corresponding keys are displaced, except app-keys which are removed
+ *  - bottom-left keys are reorganized on a single roz as: Ctrl, "Fn", Gui, Play, App/Alt
+ *  - "shuffle" and "desktop" are not supported
+ *  - right-shift is moved on ' and \
+ *  - right-ctrl is moved on End
+ *  - ] is moved in place of the dash (-)
+ *  - dash (-) and = are moved on bottom right row
+ *  - arrows and PgUp/PgDn are moved on the thumbs
+ * Layer 1: "Fn"-layer close to the TM with the following differences:
+ *  - provides access to F1-F12
+ *  - VolUp & VolDn are only on left hand
+ *  - arrows & numpad are displaced by 1 to the top left
+ * Layer 2: TODO -- currently kept as in the default ErgoDox EZ layout
+ * Leds:
+ *  - left (1st) & middle (2nd) leds are used to indicate layers 1 & 2 respectively
+ *  - right (3rd) led is used to indicate caps-lock
+ */
 #include "ergodox_ez.h"
 #include "debug.h"
 #include "action_layer.h"