forked from mirrors/qmk_firmware
5 lines
115 B
C
5 lines
115 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include "action.h"
|
|
void process_compose(uint16_t keycode, keyrecord_t *record);
|