Skip to content
Discussion options

You must be logged in to vote

Dumb question, but how are you specifying the config file? It doesn't automatically pick up the config from file name etc. so if you are literally running below command it doesn't get used:

qmk c2json -kb fingerpunch/ximi/v2 -km jeffdess --no-cpp | \
keymap parse -c 10 -q - -o keymap-drawer/ximi_keymap.yaml -l "my layer names..."

You'll want to pass it via keymap -c config.yaml:

> cat config.yaml
parse_config:
  qmk_remove_keycode_prefix:
    - KC_
  qmk_keycode_map:
    Q: "NOT Q"
> qmk c2json -kb fingerpunch/ximi/v2 -km jeffdess --no-cpp | \
> keymap -c config.yaml parse -c 10 -q -
layout: {qmk_keyboard: fingerpunch/ximi/v2, layout_name: LAYOUT_5col}
layers:
  L0:
  - [NOT Q, W, F, P, B…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JeffDess
Comment options

@caksoylar
Comment options

Answer selected by JeffDess
@JeffDess
Comment options

@caksoylar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants