diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 16:57:45 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 16:57:45 -0400 |
commit | 402122744c26704f378cda828d30bf11e8d6dabf (patch) | |
tree | c9834b5739f5534cf345e1467d2a34ae9f716e73 /keyboard/ergodox/keymaps/keymap_simon_passwords.example.h | |
parent | 35a81f5b8b081e1607a7c04489b01f551c3213cc (diff) |
ez with leds
Diffstat (limited to 'keyboard/ergodox/keymaps/keymap_simon_passwords.example.h')
-rw-r--r-- | keyboard/ergodox/keymaps/keymap_simon_passwords.example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/ergodox/keymaps/keymap_simon_passwords.example.h b/keyboard/ergodox/keymaps/keymap_simon_passwords.example.h new file mode 100644 index 0000000000..ef67d1d2e3 --- /dev/null +++ b/keyboard/ergodox/keymaps/keymap_simon_passwords.example.h @@ -0,0 +1,2 @@ +case MACRO_PASSWORD1: + return MACRO( D(LSFT), D(H), U(H), U(LSFT), D(E), U(E), D(L), U(L), D(L), U(L), D(O), U(O), D(DOT), U(DOT), D(W), U(W), D(O), U(O), D(R), U(R), D(L), U(L), D(D), U(D), D(ENTER), U(ENTER), END); // types "Hello.world{ENTER}" |