Changeset c7cc629 in avrstuff for libs/ps2_keyboard/keymap.h


Ignore:
Timestamp:
Jul 31, 2014, 5:58:50 PM (10 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
ea32107
Parents:
d31c2f5
Message:

Move the ASCII keymap out of ps2_keyboard.c.

It is used only by the serial converter, so save some flashspace for other projects.

git-svn-id: svn://pulkomandy.tk/avrstuff@112 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/ps2_keyboard/keymap.h

    rd31c2f5 rc7cc629  
     1
     2#include <avr/pgmspace.h>
     3
     4// TODO move to a .c file.
    15const char keymap[128] PROGMEM = {
    26//   0   1   2   3   4   5   6   7   8   9   A   B   C   D   E   F
Note: See TracChangeset for help on using the changeset viewer.