Rename file layer_switch to action_layer

This commit is contained in:
tmk
2013-04-02 17:44:24 +09:00
parent cc8e66754b
commit c6d88d2795
10 changed files with 20 additions and 60 deletions

View File

@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "command.h"
#include "debug.h"
#include "led.h"
#include "layer_switch.h"
#include "action_layer.h"
#include "action_tapping.h"
#include "action_oneshot.h"
#include "action_macro.h"