Browse Source

handwired/promethium: fix missing include (#16317)

pull/16320/head
Ryan 2 years ago
committed by GitHub
parent
commit
5f10387c41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/handwired/promethium/promethium.h

+ 1
- 1
keyboards/handwired/promethium/promethium.h View File

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include "quantum.h"
void battery_poll(uint8_t level);
void led_set_kb(uint8_t usb_led);


Loading…
Cancel
Save