Rename keymaps.[ch] to keymap.[ch]
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
@@ -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];
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user