From abaea3751d4de28f0cbfaa5c26ed4593d89905cd Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sat, 26 Sep 2020 12:21:59 +0100 Subject: [PATCH 1/1] Add keyboard layout for Jess's keyboard --- states/sway/files/config.jinja | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index ab4019e..e53526a 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -228,6 +228,12 @@ input 1:1:AT_Translated_Set_2_keyboard { xkb_options ctrl:nocaps } +input 9610:4102:Gaming_KB__Gaming_KB { + xkb_layout gb + xkb_variant colemak + xkb_options ctrl:nocaps +} + # host specific section {%- do salt.log.error('sway/files/' + host) -%} {% include 'sway/files/' + host %} -- 2.45.2