ErgoDox / tmk_ErgoDox

Classic I_2C ErgoDox firmware.
GNU General Public License v3.0
1 stars 0 forks source link

Layout stratagy #20

Closed wobbol closed 7 years ago

wobbol commented 8 years ago

I think a cool way to reduce the visual noise in the repo is to have a terminal script that takes [a-z], mod key, and [0-9] layout options Q & A style and writes a keymap. then, another script that combines keymap. into a keymap_.c

can be a descriptive name that the user can save for later revisions of their keyboard stack. This variable will be used in other keymap_. files to link layers together in a meaningful way.
wobbol commented 8 years ago

Compare and contrast to the vi keys node application.

marknsikora commented 8 years ago

Not sure what you mean by this

wobbol commented 8 years ago

I mean, break down each keymap layer into chunks that make sense for storage and remixing? After more thought the idea seems half baked. This is an advanced feature that would fit better in a layout create-er/manager than a tool by itself.