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

@@ -1,7 +1,7 @@
#include "parse_config.h"
#include "parse_keymap.h"
#include "parse_macro.h"
#include "keymaps.h"
#include "keymap.h"
#include "config_globals.h"
#include "macros.h"

View File

@@ -2,7 +2,7 @@
#include "config_parser/parse_config.h"
#include "config_parser/parse_keymap.h"
#include "key_action.h"
#include "keymaps.h"
#include "keymap.h"
#include "led_display.h"
static uint8_t tempKeymapCount;

View File

@@ -1,6 +1,6 @@
#include "arduino_hid/ConsumerAPI.h"
#include "arduino_hid/SystemAPI.h"
#include "keymaps.h"
#include "keymap.h"
#include "led_display.h"
#include "config_parser/parse_keymap.h"
#include "config_parser/config_globals.h"

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];

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"

View File

@@ -3,7 +3,7 @@
#include "led_display.h"
#include "layer.h"
#include "usb_interfaces/usb_interface_mouse.h"
#include "keymaps.h"
#include "keymap.h"
#include "peripherals/test_led.h"
#include "slave_drivers/is31fl3731_driver.h"
#include "slave_drivers/uhk_module_driver.h"