PreviousNext
Help > Software > The <platform.h> Library for C.impl > Keyboard
Keyboard

void setKbdLayout(char country)

Set keyboard layout. This is a volatile setting and will restore back to the original code on a system reboot.

Currently supported keyboards codes are:

0

US International

1

UK Extended

2

DE (Germany, Austria)

3

FR (France, French-speaking countries)

 

char getKbdLayout(void)

Return the current keyboard layout.

 

void setBrkCode(char code)

Set ASCII code if the break key (normally 3 for Ctrl-C).

This is a volatile setting and will restore back to the original code on a system reboot.

 

char getBrkCode(void)

Return the current break code.