Browse Source

add required includes

pull/20108/head
9R 7 months ago
parent
commit
b3ef4b0e23
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      keyboards/handwired/replicazeron/common/oled.h
  2. +1
    -0
      keyboards/handwired/replicazeron/common/thumbstick.h

+ 2
- 0
keyboards/handwired/replicazeron/common/oled.h View File

@ -15,6 +15,8 @@
*/
#pragma once
#include "replicazeron.h"
#include <stdint.h>
#include "state.h"
#include "thumbstick.h"


+ 1
- 0
keyboards/handwired/replicazeron/common/thumbstick.h View File

@ -17,6 +17,7 @@
#include <stdint.h>
#include "state.h"
#include "quantum.h"
int16_t xPos;
int16_t yPos;


Loading…
Cancel
Save