diff options
| author | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
| commit | a8c465215fce3dad502da868ca49eb446deadc4e (patch) | |
| tree | 9d74ea9c5062a53775ebe1d01b3067d89413e084 /common/keymap.c | |
| parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) | |
| parent | fbea2a3aae5d66ecb00fcd3473f76337d34688fa (diff) | |
| download | qmk_firmware-a8c465215fce3dad502da868ca49eb446deadc4e.tar.gz qmk_firmware-a8c465215fce3dad502da868ca49eb446deadc4e.zip | |
Merge branch 'action_refine'
Diffstat (limited to 'common/keymap.c')
| -rw-r--r-- | common/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.c b/common/keymap.c index ace3f49b6..c98ce09b6 100644 --- a/common/keymap.c +++ b/common/keymap.c | |||
| @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #include "keymap.h" | 18 | #include "keymap.h" |
| 19 | #include "report.h" | 19 | #include "report.h" |
| 20 | #include "keycode.h" | 20 | #include "keycode.h" |
| 21 | #include "layer_switch.h" | 21 | #include "action_layer.h" |
| 22 | #include "action.h" | 22 | #include "action.h" |
| 23 | #include "action_macro.h" | 23 | #include "action_macro.h" |
| 24 | #include "debug.h" | 24 | #include "debug.h" |
