keymapviz icon indicating copy to clipboard operation
keymapviz copied to clipboard

keymap.c visualizer

Results 16 keymapviz issues
Sort by recently updated
recently updated
newest added

commit a6ad816 reintroduced an older default layout (prior to 23efd74), and replaced the 2u_inner layout (created in e287c9b) with the layout that should be the default.

Currently, adding keymapviz support for a keyboard requires a considerable amount of manual effort; This is not scalable to QMK's 2k+ boards. An "easy" way to extend keymapviz's support from...

I added support for my version of the Dactyl Manuform, which is a 4x6 configuration of [Carbonfet's fork](https://github.com/carbonfet/dactyl-manuform). I haven't created a PR to QMK with my keyboard and a...

I have the following code block at the top of my keymap `rules.mk`: ```mk # Automatically update the keymap visualization when compiling .PHONY: % %: keymapviz -k dactyl_manuform5x6 -t fancy...

https://github.com/yskoht/keymapviz/pull/27#discussion_r558813945

I'm unable to render art if the `keymap.c` uses Drashna's wrapper, for example this [keymap.c](https://github.com/qmk/qmk_firmware/blob/master/keyboards/crkbd/keymaps/snowe/keymap.c). I tried a bunch of random things like putting macro definitions inside a config file:...