You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
precondition 1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
1 year ago
..
config.h Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) 1 year ago
keymap.c Tap Dance: remove `qk_` prefix (#19313) 1 year ago
readme.md Fixed dead links (#2451) 6 years ago
rules.mk Deprecate `KC_LOCK` for `QK_LOCK` (#18796) 1 year ago

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.