diff options
| author | tmk <nobody@nowhere> | 2012-10-06 02:23:12 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
| commit | 4ae979f6ef8dbf9e1d1f35be15322ad6d02e2958 (patch) | |
| tree | 9f5132005c27ef04ae793b77d4699cb285479466 /common/command.c | |
| parent | 93e33fb8f694c9685accd72ed0458a2cf3d3f04a (diff) | |
| download | qmk_firmware-4ae979f6ef8dbf9e1d1f35be15322ad6d02e2958.tar.gz qmk_firmware-4ae979f6ef8dbf9e1d1f35be15322ad6d02e2958.zip | |
Initial version of new code for layer switch is added.
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index 13d37242d..0020d8a17 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | #include "debug.h" | 23 | #include "debug.h" |
| 24 | #include "util.h" | 24 | #include "util.h" |
| 25 | #include "timer.h" | 25 | #include "timer.h" |
| 26 | #include "layer.h" | 26 | #include "keyboard.h" |
| 27 | #include "matrix.h" | 27 | #include "matrix.h" |
| 28 | #include "bootloader.h" | 28 | #include "bootloader.h" |
| 29 | #include "command.h" | 29 | #include "command.h" |
