Fixed capitalisation typo.
[AROS.git] / rom / devs / keyboard / keyboard.conf
blobd15cea871601597094519a2a5cee792a877b1df2
1 ##begin config
2 version 41.1
3 residentpri 44
4 libbasetype struct KeyboardBase
5 oopbase_field kb_OOPBase
6 options noexpunge,noautoinit
7 beginio_func beginio
8 abortio_func abortio
9 ##end config
10 ##begin cdefprivate
11 #include "keyboard_intern.h"
12 ##end cdefprivate