make f key available

master
Stefan Dorn 2016-05-31 17:14:53 +01:00
parent ea97f185de
commit c8fd4b83e1
2 changed files with 72 additions and 72 deletions

View File

@ -323,28 +323,28 @@ keys = [
# top # top
# letter type punc type nav type func type # letter type punc type nav type func type
%w{ }, %w{ }, %w{ }, %w{ }, # 1.5 %w{ }, %w{ }, %w{ }, %w{ }, # 1.5
%w{ k }, %w{ = }, %w{ 9 }, %w{ }, %w{ k }, %w{ = }, %w{ 9 }, %w{ f9 },
%w{ h }, %w{ > shifted }, %w{ 5 }, %w{ }, %w{ h }, %w{ > shifted }, %w{ 5 }, %w{ f5 },
%w{ g }, %w{ " shifted }, %w{ 6 }, %w{ }, %w{ g }, %w{ " shifted }, %w{ 6 }, %w{ f6 },
%w{ f }, %w{ ] }, %w{ 7 }, %w{ }, %w{ f }, %w{ ] }, %w{ 7 }, %w{ f7 },
%w{ q }, %w{ ` }, %w{ 8 }, %w{ }, %w{ q }, %w{ ` }, %w{ 8 }, %w{ f8 },
%w{ q }, %w{ ` }, %w{ 8 }, %w{ }, # 1.5 %w{ q }, %w{ ` }, %w{ 8 }, %w{ f8 }, # 1.5
# home # home
# letter type punc type nav type func type # letter type punc type nav type func type
%w{ s }, %w{ ) shifted }, %w{ 0 }, %w{ }, %w{ s }, %w{ ) shifted }, %w{ 0 }, %w{ f10 },
%w{ n }, %w{ _ shifted }, %w{ 1 }, %w{ }, %w{ n }, %w{ _ shifted }, %w{ 1 }, %w{ f1 },
%w{ r }, %w{ / }, %w{ 2 }, %w{ }, %w{ r }, %w{ / }, %w{ 2 }, %w{ f2 },
%w{ t }, %w{ \} shifted }, %w{ 3 }, %w{ }, %w{ t }, %w{ \} shifted }, %w{ 3 }, %w{ f3 },
%w{ d }, %w{ . }, %w{ 4 }, %w{ }, %w{ d }, %w{ . }, %w{ 4 }, %w{ f4 },
%w{ umlaut }, %w{ }, %w{ }, %w{ }, # 1.5 %w{ umlaut }, %w{ }, %w{ }, %w{ }, # 1.5
# bottom # bottom
# letter type punc type nav type func type # letter type punc type nav type func type
%w{ enter }, %w{ }, %w{ }, %w{ }, # 1.5 %w{ enter }, %w{ }, %w{ }, %w{ }, # 1.5
%w{ b }, %w{ + shifted }, %w{ 9 }, %w{ }, %w{ b }, %w{ + shifted }, %w{ 9 }, %w{ f9 },
%w{ m }, %w{ $ shifted }, %w{ 5 }, %w{ }, %w{ m }, %w{ $ shifted }, %w{ 5 }, %w{ f5 },
%w{ j }, %w{ & shifted }, %w{ 6 }, %w{ }, %w{ j }, %w{ & shifted }, %w{ 6 }, %w{ f6 },
%w{ y }, %w{ # shifted }, %w{ 7 }, %w{ }, %w{ y }, %w{ # shifted }, %w{ 7 }, %w{ f7 },
%w{ ; }, %w{ ^ shifted }, %w{ 8 }, %w{ }, %w{ ; }, %w{ ^ shifted }, %w{ 8 }, %w{ f8 },
%w{ shift_r capslock }, %w{ }, %w{ }, %w{ }, # 1.5 %w{ shift_r capslock }, %w{ }, %w{ }, %w{ }, # 1.5
# underbottom # underbottom
# letter type punc type nav type func type # letter type punc type nav type func type
@ -360,12 +360,12 @@ keys = [
# thumb-double # thumb-double
# letter type punc type nav type func type # letter type punc type nav type func type
%w{ menu }, %w{ }, %w{ }, %w{ }, %w{ menu }, %w{ }, %w{ }, %w{ },
%w{ alt }, %w{ }, %w{ }, %w{ }, %w{ func layer }, %w{ }, %w{ }, %w{ },
%w{ punc latch }, %w{ punc layer }, %w{ NULL }, %w{ NULL }, %w{ punc latch }, %w{ punc layer }, %w{ NULL }, %w{ NULL },
# thumb-home # thumb-home
# letter type punc type nav type func type # letter type punc type nav type func type
%w{ menu }, %w{ }, %w{ }, %w{ }, %w{ menu }, %w{ }, %w{ }, %w{ },
%w{ alt }, %w{ }, %w{ }, %w{ }, %w{ func layer }, %w{ }, %w{ }, %w{ },
%w{ punc latch }, %w{ punc layer }, %w{ NULL }, %w{ NULL }, %w{ punc latch }, %w{ punc layer }, %w{ NULL }, %w{ NULL },
].each_slice(Key::Layers.size).map do |layers| ].each_slice(Key::Layers.size).map do |layers|

View File

@ -88,10 +88,10 @@ KEY_RightArrow,
1, 1,
2, 2,
KEY_Application, KEY_Application,
KEY_LeftAlt, 3,
1, 1,
KEY_Application, KEY_Application,
KEY_LeftAlt, 3,
1), 1),
KB_MATRIX_LAYER( KB_MATRIX_LAYER(
@ -310,24 +310,24 @@ KEY_F9,
KEY_F10, KEY_F10,
KEY_F12, KEY_F12,
NULL, NULL,
KEY_F9,
KEY_F5,
KEY_F6,
KEY_F7,
KEY_F8,
KEY_F8,
KEY_F10,
KEY_F1,
KEY_F2,
KEY_F3,
KEY_F4,
NULL, NULL,
NULL, NULL,
NULL, KEY_F9,
NULL, KEY_F5,
NULL, KEY_F6,
NULL, KEY_F7,
NULL, KEY_F8,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL, NULL,
NULL, NULL,
NULL, NULL,
@ -420,10 +420,10 @@ const void_funptr_t PROGMEM _kb_layout_press[KB_LAYERS][KB_ROWS][KB_COLUMNS] =
&kbfun_layer_enable, &kbfun_layer_enable,
&kbfun_layer_enable, &kbfun_layer_enable,
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_layer_enable,
&kbfun_layer_sticky, &kbfun_layer_sticky,
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_layer_enable,
&kbfun_layer_sticky), &kbfun_layer_sticky),
KB_MATRIX_LAYER( KB_MATRIX_LAYER(
@ -642,24 +642,24 @@ KB_MATRIX_LAYER(
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_press_release,
&kbfun_transparent, &kbfun_transparent,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
@ -752,10 +752,10 @@ const void_funptr_t PROGMEM _kb_layout_release[KB_LAYERS][KB_ROWS][KB_COLUMNS] =
&kbfun_layer_disable, &kbfun_layer_disable,
&kbfun_layer_disable, &kbfun_layer_disable,
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_layer_disable,
&kbfun_layer_sticky, &kbfun_layer_sticky,
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_layer_disable,
&kbfun_layer_sticky), &kbfun_layer_sticky),
KB_MATRIX_LAYER( KB_MATRIX_LAYER(
@ -974,24 +974,24 @@ KB_MATRIX_LAYER(
&kbfun_press_release, &kbfun_press_release,
&kbfun_press_release, &kbfun_press_release,
&kbfun_transparent, &kbfun_transparent,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_press_release,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent, &kbfun_press_release,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,
&kbfun_transparent, &kbfun_transparent,