Browse Source

make sure standard libraries are included

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/20108/head
9R 8 months ago
committed by 9R
parent
commit
52effc3262
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/handwired/replicazeron/common/state.h

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

@ -15,8 +15,8 @@
*/
#pragma once
#include "stdbool.h"
#include "stdint.h"
#include <stdbool.h>
#include <stdint.h>
typedef struct {
bool wasdMode;


Loading…
Cancel
Save