]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboard/ergodox_ez/README.md
Initial working version of ErgoDox EZ layout using new syntax
[qmk_firmware.git] / keyboard / ergodox_ez / README.md
1 # Some tips on navigating the Quantum codebase
2
3 ## These are the keycodes you're looking for
4
5 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`.
6
7 That file contains a big list of all of the special, fancy keys (like, being able to shend % on its own and whatnot).
8
9 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.