/* Copyright 2017 Fred Sundvik
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** \brief has_anykey
*
* FIXME: Needs doc
*/
uint8_t
/** \brief get_first_key
*
* FIXME: Needs doc
*/
uint8_t
/** \brief Checks if a key is pressed in the report
*
* Returns true if the keyboard_report reports that the key is pressed, otherwise false
* Note: The function doesn't support modifers currently, and it returns false for KC_NO
*/
bool
/** \brief add key byte
*
* FIXME: Needs doc
*/
void
/** \brief del key byte
*
* FIXME: Needs doc
*/
void
/** \brief add key bit
*
* FIXME: Needs doc
*/
void
/** \brief del key bit
*
* FIXME: Needs doc
*/
void
/** \brief add key to report
*
* FIXME: Needs doc
*/
void
/** \brief del key from report
*
* FIXME: Needs doc
*/
void
/** \brief clear key from report
*
* FIXME: Needs doc
*/
void