You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Erez Zukerman f024a462cd Fixes rolling combos for mod-tap keys 8 years ago
..
keymaps More work on ErgoDox EZ default keymap 8 years ago
Makefile More work on ErgoDox EZ default keymap 8 years ago
README.md Initial working version of ErgoDox EZ layout using new syntax 8 years ago
config.h Fixes rolling combos for mod-tap keys 8 years ago
ergodox_ez.c More work on ErgoDox EZ default keymap 8 years ago
ergodox_ez.h More work on ErgoDox EZ default keymap 8 years ago
i2cmaster.h [Jack & Erez] Comments + tiny updates and cleanup 8 years ago
matrix.c More work on ErgoDox EZ default keymap 8 years ago
reference_compiled_default_firmware.hex Fixes rolling combos for mod-tap keys 8 years ago
twimaster.c [Jack & Erez] Comments + tiny updates and cleanup 8 years ago

README.md

Some tips on navigating the Quantum codebase

These are the keycodes you're looking for

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.