uvmac/src/HW/KBRD/ALTKEYSM.h
InvisibleUp 377200db4b Move all remaining source files into directories
Now everything is nice and clean and easy to find!
2020-02-27 00:11:43 -05:00

30 lines
805 B
C

/*
HW/KBRD/ALTKEYSM.h
Copyright (C) 2007 Paul C. Pratt
You can redistribute this file and/or modify it under the terms
of version 2 of the GNU General Public License as published by
the Free Software Foundation. You should have received a copy
of the license along with this file; see the file COPYING.
This file 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
license for more details.
*/
/*
ALTernate KEYs Mode
*/
#include "SYSDEPNS.h"
#ifndef ALTKEYSM_H
#define ALTKEYSM_H
LOCALPROC CheckAltKeyUseMode(void);
LOCALPROC Keyboard_UpdateKeyMap1(uint8_t key, bool down);
LOCALPROC DisconnectKeyCodes1(uint32_t KeepMask);
LOCALPROC DrawAltKeyMode(void);
#endif