diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-15 22:29:17 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-15 22:29:17 -0400 |
commit | 997a847f8cd3579824009822a125e64507cf6595 (patch) | |
tree | 42eb90bc63ac63039cbef3efcc8332f4e95db8a5 /Macros.md | |
parent | 60daffbe5df7284e83e092c26bb6b4b32a61f33a (diff) | |
download | qmk_firmware-997a847f8cd3579824009822a125e64507cf6595.tar.gz qmk_firmware-997a847f8cd3579824009822a125e64507cf6595.zip |
update links
Diffstat (limited to 'Macros.md')
-rw-r--r-- | Macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ If you have a bunch of macros you want to refer to from your keymap, while keepi #define EXT_PLV M(13) ``` -As was done on the [Planck default keymap](/keyboards/planck/keymaps/default/keymap.c#L33-L40) +As was done on the [Planck default keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/planck/keymaps/default/keymap.c#L33-L40) #### Timer functionality |