From 9cda36238fb5643be75d31d46a50892111ddc6e6 Mon Sep 17 00:00:00 2001 From: mkende Date: Thu, 14 Dec 2017 06:04:21 +0100 Subject: =?UTF-8?q?Add=20a=20keymap=20for=20the=20Ergodox=20EZ=20meant=20t?= =?UTF-8?q?o=20be=20used=20with=20a=20B=C3=A9po=20keyboard=20layout=20(Fre?= =?UTF-8?q?nch=20ergonomic=20layout)=20(#2141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial version of the Ergodox EZ Bépo keymap, TypeMatrix style. * Update the readme file and add some handling of the keyboard LEDs. * Toggling layer requires 2 taps. * Remove a constant as it conflicts with an earier definition. * Fix a typo in a type name. * Fix the arrow layer that had a bad number. * Second main version of my bepo keymap, after the tests of the first one. * Fix the triggering of the function layer and the handling of the LED. * Reduce the shining of the LEDs. * Fix the swap layer (that required a keypress on the other side of the keyboard to be deactivated). * Duplicate some of the mouse button for easy access. * Move some of the secondary functions out of the center keys. * Slightly slow down the mouse and mouse wheel. * Update the comment and readme.md for the V2 of the keymap. * Invert button 2 and 3 of the mouse. Really fix the SWAP layer. * Test with the right alt modifier added as secondary function (on hold) of the space keys. The right alt key becomes a left alt one. * Add specific shift/ctrl for the FN layer; move some mouse keys around to help with that. * Remove one FN modifier-on-hold key that was not useful. * Duplicate the FN layer inside the MOUSE layer. * Add support (not tested yet) for macro recording and play on a single key as a tap dance. * Allow to stop recording the macro by tapping once on the macro key (still un-tested). * Add support for macro recording using some tap dance. * shorten a comment. * Reinstate the FN toggle on the percent key (so that there is an FN toggle on the right-hand-side). * Fix some comments and update the link to the most up-to-date image. * Small fix to the keymap images. --- .../ergodox_ez/keymaps/bepo_tm_style/readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md (limited to 'keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md') diff --git a/keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md b/keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md new file mode 100755 index 0000000000..d24e66c864 --- /dev/null +++ b/keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md @@ -0,0 +1,22 @@ +# Bépo compatible keymap for the Ergodox EZ, *TypeMatrix* style. + +This keymap is meant to be used with a [Bépo](http://bepo.fr) layout. It is +designed to be somewhat similar to a TypeMatrix keyboard so that switching +between one and the other is easy. + +![The Keymap](https://i.imgur.com/yChIbaK.png) + +## Build instruction + +To build this on Windows, under Cygwin, provided that you have installed the +Arduino environment and Teensy loaded in the default path, you can do: + +```shell +PATH=/cygdrive/c/Program\ Files\ \(x86\)/Arduino/hardware/tools/avr/bin:$PATH +make ergodox_ez:bepo_tm_style:all +``` + +## Debug + +See https://github.com/tmk/tmk_keyboard#magic-commands for command that can help +debug, together with the hid_listen tool (https://docs.qmk.fm/faq_debug.html). \ No newline at end of file -- cgit v1.2.3