Ryan fe18df9d41 Normalise Dynamic Macro keycodes (#18939) преди 2 години
..
config.h 9cda36238f Add a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French ergonomic layout) (#2141) преди 7 години
keymap.c fe18df9d41 Normalise Dynamic Macro keycodes (#18939) преди 2 години
readme.md 7f7f763598 Fixed dead links (#2451) преди 7 години
rules.mk 7cbff9d921 Deprecate `KC_LOCK` for `QK_LOCK` (#18796) преди 2 години

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.