ZMK¶
Output for ZMK, a firmware for custom keyboards.
- Copy the generated
~/.config/chordgen/zmk_chords.dtsiand~/.config/chordgen/zmk_macros.dtsito your zmk keymap directory. - Include these lines in your zmk keymap file:
- Include these lines in your zmk keymap conf file. You may have to
increase
CONFIG_ZMK_CHORD_MAX_CHORDS_PER_KEYif you are able to fit more chords on your controller:
CONFIG_ZMK_CHORD_MAX_CHORDS_PER_KEY=512
CONFIG_ZMK_CHORD_MAX_KEYS_PER_CHORD=10
CONFIG_ZMK_CHORD_MAX_PRESSED_CHORDS=10
- Flash your keyboard.