Skip to content

Instantly share code, notes, and snippets.

@nchristus
Created June 26, 2018 01:34
Show Gist options
  • Save nchristus/bef7893cec6668be3c5fd7062bf71a42 to your computer and use it in GitHub Desktop.
Save nchristus/bef7893cec6668be3c5fd7062bf71a42 to your computer and use it in GitHub Desktop.
ergo60.h
#define LAYOUT_ortho_hhkb( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \
k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, \
k41, k42, k43, k44, k45, k46, k48, k49, k4a, k4b, k4c \
) \
{ \
{ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d }, \
{ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d }, \
{ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d }, \
{ k30, k31, k32, k33, k34, k35, k35, k37, k38, k39, k3a, k3b, k3c, k3d }, \
{ KC_NO, k41, k42, k43, k44, k45, k46, KC_NO, k48, k49, k4a, k4b, k4c, KC_NO } \
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment