~ruther/qmk_firmware

ref: 07dc49a918588fbb7ca69f82d97bf6a341730ee7 qmk_firmware/keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md -rwxr-xr-x 770 bytes
07dc49a9 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 years ago

#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.