|
|
%!s(int64=10) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| keymaps | %!s(int64=10) %!d(string=hai) anos | |
| Makefile | %!s(int64=10) %!d(string=hai) anos | |
| README.md | %!s(int64=10) %!d(string=hai) anos | |
| config.h | %!s(int64=10) %!d(string=hai) anos | |
| ergodox_ez.c | %!s(int64=10) %!d(string=hai) anos | |
| ergodox_ez.h | %!s(int64=10) %!d(string=hai) anos | |
| i2cmaster.h | %!s(int64=10) %!d(string=hai) anos | |
| matrix.c | %!s(int64=10) %!d(string=hai) anos | |
| reference_compiled_default_firmware.hex | %!s(int64=10) %!d(string=hai) anos | |
| twimaster.c | %!s(int64=10) %!d(string=hai) anos | |
There are two main ways you could customize the ErgoDox EZ.
This requires a little bit of familiarity with coding.
make clean followed by make KEYMAP=your_keymap_name. This will result in a hex file.Good luck! :)
Let's say you want a certain key in your layout to send a colon; to figure out what keycode to use to make it do that, you're going to need quantum/keymap_common.h.
That file contains a big list of all of the special, fancy keys (like, being able to shend % on its own and whatnot).
If you want to send a plain vanilla key, you can look up its code under doc/keycode.txt. That's where all the boring keys hang out.