Rename keymaps.[ch] to keymap.[ch]

This commit is contained in:
László Monda
2017-11-03 19:01:56 +01:00
parent 4072a0ea33
commit 0688c1bdfc
7 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
#include "slot.h"
#include "module.h"
#include "key_states.h"
#include "keymaps.h"
#include "keymap.h"
static bool heldLayers[LAYER_COUNT];
static bool pressedLayers[LAYER_COUNT];