Skip to content

Commit

Permalink
Initial working version of ErgoDox EZ layout using new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Zukerman committed Oct 28, 2015
1 parent 18da1e6 commit 2739aa8
Show file tree
Hide file tree
Showing 6 changed files with 1,617 additions and 58 deletions.
10 changes: 9 additions & 1 deletion keyboard/ergodox_ez/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
// TODO: Make up a proper readme for the ErgoDox EZ.
# 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.
6 changes: 3 additions & 3 deletions keyboard/ergodox_ez/ergodox_ez.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PLANCK_H
#define PLANCK_H
#ifndef ERGODOX_EZ_H
#define ERGODOX_EZ_H

#include "matrix.h"
#include "keymap_common.h"
Expand Down Expand Up @@ -142,4 +142,4 @@ void * matrix_scan_user(void);



#endif
#endif

2 comments on commit 2739aa8

@ezuk
Copy link
Contributor

@ezuk ezuk commented on 2739aa8 Dec 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make a layout that has all three, though we don't currently have one. IMHO that's not really needed - I use Colemak via software mapping and I feel that gets the job done well (and is easy to switch to QWERTY/Dvorak whenever).

@ezuk
Copy link
Contributor

@ezuk ezuk commented on 2739aa8 Dec 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fusion isn't quite ready just yet. These questions are not about the these files -- would you please email me at contact@ergodox-ez.com, and I'll explain things for you?

Please sign in to comment.