diff options
author | tmk <tmk@users.noreply.github.com> | 2015-10-06 15:57:00 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-10-06 15:57:00 +0900 |
commit | 6e1a6d1981629b730d37d437fa74c5cb91d6cb0e (patch) | |
tree | 9bb56561c1917dcad62405cfe1efac767824665b /FAQ-Keymap.md | |
parent | 50e0b35560b92db5c830605073530d27859918ee (diff) |
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r-- | FAQ-Keymap.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 650aa8fb8b..b83b41df7c 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -157,7 +157,6 @@ const uint16_t PROGMEM fn_actions[] = { [0] = ACTION_LAYER_MODS(1, MOD_LSFT), [1] = ACTION_LAYER_MOMENTARY(2), }; - ``` Otherwise, you can write code, see this. |