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

@@ -13,7 +13,7 @@
#include "bootloader/wormhole.h"
#include "peripherals/adc.h"
#include "eeprom.h"
#include "keymaps.h"
#include "keymap.h"
#include "microseconds/microseconds_pit.c"
#include "i2c_watchdog.h"