aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/satisfaction75
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-19 18:41:02 +0000
committerGitHub <noreply@github.com>2021-11-19 10:41:02 -0800
commit2728603fe6d73e805a539d337fd01051c46ca806 (patch)
tree5c83ffc7efa112da870bd5d8502a9d91d4792f35 /keyboards/cannonkeys/satisfaction75
parent43b9e23bae12916d5161f03700c9bfe46737324b (diff)
downloadqmk_firmware-2728603fe6d73e805a539d337fd01051c46ca806.tar.gz
qmk_firmware-2728603fe6d73e805a539d337fd01051c46ca806.zip
Move tmk_core/common/<plat> (#13918)
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75')
-rw-r--r--keyboards/cannonkeys/satisfaction75/satisfaction75.c2
-rw-r--r--keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction75.c b/keyboards/cannonkeys/satisfaction75/satisfaction75.c
index 8b5016437..bd7eaf188 100644
--- a/keyboards/cannonkeys/satisfaction75/satisfaction75.c
+++ b/keyboards/cannonkeys/satisfaction75/satisfaction75.c
@@ -9,7 +9,7 @@
9 9
10#include "raw_hid.h" 10#include "raw_hid.h"
11#include "dynamic_keymap.h" 11#include "dynamic_keymap.h"
12#include "tmk_core/common/eeprom.h" 12#include "eeprom.h"
13#include "version.h" // for QMK_BUILDDATE used in EEPROM magic 13#include "version.h" // for QMK_BUILDDATE used in EEPROM magic
14 14
15/* Artificial delay added to get media keys to work in the encoder*/ 15/* Artificial delay added to get media keys to work in the encoder*/
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c b/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c
index cefdbc5f9..0d2fdc359 100644
--- a/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c
+++ b/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c
@@ -1,5 +1,5 @@
1#include "satisfaction75.h" 1#include "satisfaction75.h"
2#include "tmk_core/common/eeprom.h" 2#include "eeprom.h"
3 3
4void pre_encoder_mode_change(){ 4void pre_encoder_mode_change(){
5 if(encoder_mode == ENC_MODE_CLOCK_SET){ 5 if(encoder_mode == ENC_MODE_CLOCK_SET){