Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: epockbdmap.h,v 1.2 2013/06/20 13:42:02 kiyohara Exp $	*/
/*
 * Copyright (c) 2013 KIYOHARA Takashi
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

#include <dev/wscons/wsksymdef.h>
#include <dev/wscons/wsksymvar.h>

#define KC(n) KS_KEYCODE(n)

static const keysym_t epockbd_keysym_us[] = {
/*  pos      normal		shifted		altgr		shift+altgr  */
    KC(1),   KS_6,		KS_asciicircum,	KS_greater,
    KC(2),   KS_5,		KS_percent,	KS_less,
    KC(3),   KS_4,		KS_dollar,	KS_slash,	KS_Cmd_Screen3,
    KC(4),   KS_3,		KS_numbersign,	KS_backslash,	KS_Cmd_Screen2,
    KC(5),   KS_2,		KS_at,		KS_asciitilde,	KS_Cmd_Screen1,
    KC(6),   KS_1,		KS_exclam,	KS_underscore,	KS_Cmd_Screen0,
//  KC(7),   REC
    KC(9),   KS_colon,		KS_quotedbl,	KS_semicolon,
    KC(10),  KS_Delete,		KS_BackSpace,
    KC(11),  KS_0,		KS_parenright,	KS_braceright,
    KC(12),  KS_9,		KS_parenleft,	KS_braceleft,
    KC(13),  KS_8,		KS_asterisk,	KS_bracketright,
    KC(14),  KS_7,		KS_ampersand,	KS_bracketleft,
//  KC(15),  Play
    KC(17),  KS_y,		KS_Y,		KS_asterisk,
    KC(18),  KS_t,
    KC(19),  KS_r,
    KC(20),  KS_e,
    KC(21),  KS_w,
    KC(22),  KS_q,
    KC(23),  KS_Escape,
    KC(25),  KS_Return,
    KC(26),  KS_l,
    KC(27),  KS_p,		KS_P,		KS_equal,
    KC(28),  KS_o,		KS_O,		KS_minus,
    KC(29),  KS_i,		KS_I,		KS_plus,
    KC(30),  KS_u,		KS_U,		KS_slash,
    KC(31),  KS_Menu,
    KC(33),  KS_g,
    KC(34),  KS_f,
    KC(35),  KS_d,
    KC(36),  KS_s,
    KC(37),  KS_a,
    KC(38),  KS_Tab,		KS_Tab,		KS_Caps_Lock,
    KC(39),  KS_Control_L,
    KC(41),  KS_Down,
    KC(42),  KS_period,		KS_apostrophe,	KS_plus,
    KC(43),  KS_m,		KS_M,		KS_minus,
    KC(44),  KS_k,
    KC(45),  KS_j,
    KC(46),  KS_h,
    KC(47),  KS_Mode_switch,	KS_Multi_key,
    KC(49),  KS_n,
    KC(50),  KS_b,
    KC(51),  KS_v,
    KC(52),  KS_c,
    KC(53),  KS_x,
    KC(54),  KS_z,
    KC(55),  KS_Shift_R,
    KC(57),  KS_Right,		KS_Right,	KS_End,
    KC(58),  KS_Left,		KS_Left,	KS_Home,
    KC(59),  KS_comma,		KS_question,	KS_Help,
    KC(60),  KS_Up,
    KC(61),  KS_space,		KS_space,	KS_Cmd_BacklightToggle,
//  KC(62),  Stop
    KC(63),  KS_Shift_L,
};

static const keysym_t epockbd_keysym_uk[] = {
/*  pos      normal		shifted		altgr  */
    KC(3),   KS_4,		KS_dollar,	KS_at,		KS_Cmd_Screen3,
    KC(4),   KS_3,		KS_sterling,	KS_backslash,	KS_Cmd_Screen2,
    KC(5),   KS_2,		KS_quotedbl,	KS_numbersign,	KS_Cmd_Screen1,
    KC(9),   KS_apostrophe,	KS_asciitilde,	KS_colon,
    KC(26),  KS_l,		KS_L,		KS_semicolon,
    KC(42),  KS_period,		KS_question,	KS_plus,
    KC(59),  KS_comma,		KS_slash,	KS_Help,
};

static const keysym_t epockbd_keysym_de[] = {
/*  pos      normal		shifted		altgr		shift+altgr  */
    KC(1),   KS_6,		KS_ampersand,	KS_greater,
    KC(3),   KS_4,		KS_dollar,	KS_asciitilde,	KS_Cmd_Screen3,
    KC(4),   KS_3,		KS_section,	KS_backslash,	KS_Cmd_Screen2,
    KC(5),   KS_2,		KS_quotedbl,	KS_slash,	KS_Cmd_Screen1,
    KC(9),   KS_numbersign,	KS_asterisk,	KS_equal,
    KC(11),  KS_0,		KS_apostrophe,	KS_braceright,
    KC(12),  KS_9,		KS_parenright,	KS_braceleft,
    KC(13),  KS_8,		KS_parenleft,	KS_bracketright,
    KC(14),  KS_7,		KS_question,	KS_bracketleft,
    KC(19),  KS_r,		KS_R,		KS_masculine,
    KC(20),  KS_e,		KS_E,		KS_currency,
    KC(21),  KS_w,		KS_W,		KS_asciicircum,
    KC(22),  KS_q,		KS_Q,		KS_at,
    KC(26),  KS_l,		KS_L,		KS_minus,
    KC(27),  KS_p,		KS_P,		KS_ssharp,
    KC(28),  KS_o,		KS_O,		KS_diaeresis,
    KC(29),  KS_i,		KS_I,		KS_mu,
    KC(30),  KS_u,		KS_U,		KS_udiaeresis,
    KC(31),  KS_Menu,
    KC(37),  KS_a,		KS_A,		KS_adiaeresis,
    KC(42),  KS_comma,		KS_semicolon,
    KC(43),  KS_m,
    KC(44),  KS_k,		KS_K,		KS_plus,
    KC(45),  KS_j,		KS_J,		KS_slash,
    KC(47),  KS_Mode_switch,	KS_Multi_key,
    KC(50),  KS_b,		KS_B,		KS_dead_caron,
    KC(51),  KS_v,		KS_V,		KS_dead_breve,
    KC(52),  KS_c,		KS_C,		KS_acute,
    KC(54),  KS_y,		KS_Y,		KS_diaeresis,
    KC(59),  KS_period,		KS_colon,
};

static const keysym_t epockbd_keysym_fr[] = {
/*  pos      normal		shifted		altgr		shift+altgr  */
    KC(1),   KS_6,		KS_dollar,	KS_parenright,
    KC(2),   KS_5,		KS_degree,	KS_parenleft,
    KC(3),   KS_4,		KS_dead_tilde,	KS_apostrophe,	KS_Cmd_Screen3,
    KC(4),   KS_3,		KS_numbersign,	KS_quotedbl,	KS_Cmd_Screen2,
    KC(5),   KS_2,		KS_percent,	KS_eacute,	KS_Cmd_Screen1,
    KC(6),   KS_1,		KS_exclam,	KS_ampersand,	KS_Cmd_Screen0,
    KC(9),   KS_m,		KS_M,		KS_minus,
    KC(11),  KS_0,		KS_at,		KS_agrave,
    KC(12),  KS_9,		KS_dead_circumflex, KS_ccedilla,
    KC(13),  KS_8,		KS_backslash,	KS_underscore,
    KC(14),  KS_7,		KS_sterling,	KS_eacute,
    KC(17),  KS_y,		KS_Y,		KS_braceright,
    KC(18),  KS_t,		KS_T,		KS_braceleft,
    KC(19),  KS_r,		KS_R,		KS_bracketright,
    KC(20),  KS_e,		KS_E,		KS_bracketleft,
    KC(21),  KS_z,		KS_Z,		KS_greater,
    KC(22),  KS_a,		KS_A,		KS_less,
    KC(26),  KS_l,		KS_L,		KS_plus,
    KC(28),  KS_o,
    KC(29),  KS_i,		KS_I,		KS_bar,
    KC(30),  KS_u,		KS_U,		KS_ugrave,
    KC(37),  KS_q,
    KC(42),  KS_period,		KS_semicolon,	KS_slash,
    KC(43),  KS_question,	KS_comma,
    KC(44),  KS_k,		KS_K,		KS_KP_Divide,
    KC(50),  KS_b,		KS_B,		KS_dead_circumflex,
    KC(51),  KS_v,		KS_V,		KS_dead_tilde,
    KC(52),  KS_c,		KS_C,		KS_apostrophe,
    KC(53),  KS_x,		KS_X,		KS_grave,
    KC(54),  KS_w,		KS_W,		KS_dead_diaeresis,
    KC(59),  KS_colon,		KS_mu,
};

#define KBD_MAP(name, base, map) \
			{ name, base, sizeof(map)/sizeof(keysym_t), map }

struct wscons_keydesc epockbd_keydesctab[] = {
	KBD_MAP(KB_UK,		KB_US,		epockbd_keysym_uk),
	KBD_MAP(KB_US,		0,		epockbd_keysym_us),
	KBD_MAP(KB_DE,		KB_US,		epockbd_keysym_de),
	KBD_MAP(KB_FR,		KB_US,		epockbd_keysym_fr),

	{ 0, 0, 0, NULL }
};