5 lines
96 B
C
5 lines
96 B
C
|
#pragma once
|
||
|
#include "quantum.h"
|
||
|
|
||
|
bool process_alt_tab(uint16_t keycode, keyrecord_t *record);
|