aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/satisfaction75
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75')
-rw-r--r--keyboards/cannonkeys/satisfaction75/led.c3
-rw-r--r--keyboards/cannonkeys/satisfaction75/satisfaction75.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/led.c b/keyboards/cannonkeys/satisfaction75/led.c
index 3ddcec202..18ef06acf 100644
--- a/keyboards/cannonkeys/satisfaction75/led.c
+++ b/keyboards/cannonkeys/satisfaction75/led.c
@@ -15,10 +15,9 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#include "hal.h" 18#include <hal.h>
19#include "led_custom.h" 19#include "led_custom.h"
20#include "satisfaction75.h" 20#include "satisfaction75.h"
21#include "printf.h"
22 21
23static void breathing_callback(PWMDriver *pwmp); 22static void breathing_callback(PWMDriver *pwmp);
24 23
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction75.c b/keyboards/cannonkeys/satisfaction75/satisfaction75.c
index c0ea68669..fd85b8230 100644
--- a/keyboards/cannonkeys/satisfaction75/satisfaction75.c
+++ b/keyboards/cannonkeys/satisfaction75/satisfaction75.c
@@ -2,8 +2,8 @@
2#include "print.h" 2#include "print.h"
3#include "debug.h" 3#include "debug.h"
4 4
5#include "ch.h" 5#include <ch.h>
6#include "hal.h" 6#include <hal.h>
7 7
8#ifdef QWIIC_MICRO_OLED_ENABLE 8#ifdef QWIIC_MICRO_OLED_ENABLE
9#include "micro_oled.h" 9#include "micro_oled.h"