mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 21:11:28 +01:00
11 lines
205 B
C
11 lines
205 B
C
|
#ifndef KERNEL_DEBUGGER_CONFIG_H
|
||
|
#define KERNEL_DEBUGGER_CONFIG_H
|
||
|
|
||
|
// Available keymaps:
|
||
|
// 'us' default US keymap
|
||
|
// 'sg' swiss-german keymap
|
||
|
#define KDL_KEYMAP 'us'
|
||
|
|
||
|
|
||
|
#endif // KERNEL_DEBUGGER_CONFIG_H
|