// Copyright 2017 Joseph Wasson // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include <stdint.h> #include <stdbool.h> #include "action.h" bool process_steno(uint16_t keycode, keyrecord_t *record);