qmk-firmware/keyboards/ergodox_ez/keymaps/bepo_tm_style
noroadsleft 698ce733b7 Ergodox EZ refactor (#3171)
* Refactor matrices and keymaps

* Fixes for @ericgebhart keymap

* Deleted macro aliases

* ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
2018-06-12 21:55:08 -07:00
..
config.h Add a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French ergonomic layout) (#2141) 2017-12-14 00:04:21 -05:00
keymap.c Ergodox EZ refactor (#3171) 2018-06-12 21:55:08 -07:00
readme.md Fixed dead links (#2451) 2018-03-01 07:45:47 -08:00
rules.mk Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency 2018-03-16 16:33:43 -04:00

readme.md

Bépo compatible keymap for the Ergodox EZ, TypeMatrix style.

This keymap is meant to be used with a Bépo layout. It is designed to be somewhat similar to a TypeMatrix keyboard so that switching between one and the other is easy.

The Keymap

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:

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.