mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
8 lines
199 B
C
8 lines
199 B
C
|
#pragma once
|
||
|
#include "narze.h"
|
||
|
|
||
|
bool toggle_superduper_mode(void);
|
||
|
void set_superduper_key_combo_layer(uint16_t layer);
|
||
|
void set_superduper_key_combos(void);
|
||
|
void clear_superduper_key_combos(void);
|