zmk/app/include/zmk/caps_word.h
2022-10-01 21:56:06 +00:00

12 lines
No EOL
186 B
C

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <stdbool.h>
extern bool last_state_of_caps_word;
bool zmk_caps_word_state();