]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/bepo_tm_style/readme.md
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / bepo_tm_style / readme.md
1 # Bépo compatible keymap for the Ergodox EZ, *TypeMatrix* style.
2
3 This keymap is meant to be used with a [Bépo](http://bepo.fr) layout. It is
4 designed to be somewhat similar to a TypeMatrix keyboard so that switching
5 between one and the other is easy.
6
7 ![The Keymap](https://i.imgur.com/yChIbaK.png)
8
9 ## Build instruction
10
11 To build this on Windows, under Cygwin, provided that you have installed the
12 Arduino environment and Teensy loaded in the default path, you can do:
13
14 ```shell
15 PATH=/cygdrive/c/Program\ Files\ \(x86\)/Arduino/hardware/tools/avr/bin:$PATH
16 make ergodox_ez:bepo_tm_style:all
17 ```
18
19 ## Debug
20
21 See https://github.com/tmk/tmk_keyboard#magic-commands for command that can help
22 debug, together with the [hid_listen tool](https://docs.qmk.fm/faq_debug.html).