#pragma once #include "stdint.h" /* ============================================================================= localkb.c -- global variables ============================================================================= */ extern int16_t lclkmap[24]; extern int16_t panlkey[24]; extern int16_t stepfrm[4][17]; /* ============================================================================= localkb.c -- global functions ============================================================================= */ extern void localkb(int16_t sig); extern void setleds(void);