#ifndef KEYMAP_H
#define KEYMAP_H

char keymap_lookup(int code);
char keymap_lookup_shifted(int code);

#endif