Revision 43
minor changes. added compile.sh
kbc_func.h | ||
---|---|---|
52 | 52 |
int (kbc_change_cmd)(uint8_t cmd); |
53 | 53 |
|
54 | 54 |
/** |
55 |
* @brief High-level function that restores KBC to normal state |
|
56 |
* High-level function that restores KBC to normal state, because lcf_start |
|
57 |
* changes the command byte of KBC. If this function is not used, there is a |
|
58 |
* chance that the keyboard and keyboard interrupts remain disabled. |
|
59 |
* @return 1 if operation was successful, 1 otherwise |
|
60 |
*/ |
|
61 |
int (kbc_restore_kbd)(); |
|
62 |
|
|
63 |
/** |
|
55 | 64 |
* @brief Low-level function to issue a command to keyboard |
56 | 65 |
* @param cmd command to be issued |
57 | 66 |
* @return 0 if operation was successful, 1 otherwise |
Also available in: Unified diff