Move tmk_core/common/<plat> (#13918)

This commit is contained in:
Joel Challis
2021-11-19 18:41:02 +00:00
committed by GitHub
parent 43b9e23bae
commit 2728603fe6
107 changed files with 54 additions and 54 deletions

View File

@@ -8,7 +8,7 @@
#include "quantum.h"
#ifdef EE_HANDS
# include "tmk_core/common/eeprom.h"
# include "eeprom.h"
# include "eeconfig.h"
#endif

View File

@@ -9,7 +9,7 @@
#include "raw_hid.h"
#include "dynamic_keymap.h"
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "version.h" // for QMK_BUILDDATE used in EEPROM magic
/* Artificial delay added to get media keys to work in the encoder*/

View File

@@ -1,5 +1,5 @@
#include "satisfaction75.h"
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
void pre_encoder_mode_change(){
if(encoder_mode == ENC_MODE_CLOCK_SET){

View File

@@ -17,7 +17,7 @@
*/
#include QMK_KEYBOARD_H
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "action_layer.h"
#include "rgblight.h"
#include "via.h"

View File

@@ -17,7 +17,7 @@
*/
#include "mxss_frontled.h"
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "rgblight.h"
#include "via.h"
#include "version.h" // for QMK_BUILDDATE used in EEPROM magic

View File

@@ -27,7 +27,7 @@
#include "via.h"
#ifndef VIA_ENABLE
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "version.h" // for QMK_BUILDDATE used in EEPROM magic
#endif

View File

@@ -24,7 +24,7 @@
#include "progmem.h"
#include "quantum/color.h"
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "via.h" // uses EEPROM address, lighting value IDs
#define MONO_BACKLIGHT_CONFIG_EEPROM_ADDR (VIA_EEPROM_CUSTOM_CONFIG_ADDR)

View File

@@ -68,7 +68,7 @@ LED_TYPE g_ws2812_leds[WS2812_LED_TOTAL];
#include "progmem.h"
#include "quantum/color.h"
#include "tmk_core/common/eeprom.h"
#include "eeprom.h"
#include "via.h" // uses EEPROM address, lighting value IDs
#define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR (VIA_EEPROM_CUSTOM_CONFIG_ADDR)