Skip to content

Commit

Permalink
Create keymap_drawer.config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Nov 16, 2023
1 parent d141bfb commit 7ef7e88
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
draw_config:
key_h: 56.0
split_gap: 30.0
combo_w: 28.0
combo_h: 26.0
key_rx: 6.0
key_ry: 6.0

inner_pad_w: 2.0
inner_pad_h: 2.0
outer_pad_w: 30.0
outer_pad_h: 56.0
line_spacing: 1.2
arc_radius: 6.0
append_colon_to_layer_header: true
small_pad: 2.0
legend_rel_x: 0.0
legend_rel_y: 0.0

svg_extra_style: ''
shrink_wide_legends: 7
glyph_tap_size: 14
glyph_hold_size: 12
glyph_shifted_size: 10
glyphs: {}
glyph_urls:
tabler: https://tabler-icons.io/static/tabler-icons/icons/{}.svg
mdi: https://raw.githubusercontent.com/Templarian/MaterialDesign-SVG/master/svg/{}.svg
mdil: https://raw.githubusercontent.com/Pictogrammers/MaterialDesignLight/master/svg/{}.svg
material: https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/{}/default/48px.svg
use_local_cache: true
parse_config:
preprocess: false
skip_binding_parsing: false
raw_binding_map: {"&bootloader": "BOOT"}
sticky_label: sticky
trans_legend:
t:
type: trans
mark_alternate_layer_activators: false
zmk_keycode_map:
EXCLAMATION: '!'
EXCL: '!'
AT_SIGN: '@'
AT: '@'
HASH: '#'
POUND: '#'
DOLLAR: $
DLLR: $
PERCENT: '%'
PRCNT: '%'
CARET: ^
AMPERSAND: '&'
AMPS: '&'
ASTERISK: '*'
ASTRK: '*'
STAR: '*'
LEFT_PARENTHESIS: (
LPAR: (
RIGHT_PARENTHESIS: )
RPAR: )
EQUAL: '='
PLUS: +
MINUS: '-'
UNDERSCORE: _
UNDER: _
SLASH: /
FSLH: /
QUESTION: '?'
QMARK: '?'
BACKSLASH: \
BSLH: \
PIPE: '|'
NON_US_BACKSLASH: \
PIPE2: '|'
NON_US_BSLH: '|'
SEMICOLON: ;
SEMI: ;
COLON: ':'
SINGLE_QUOTE: ''''
SQT: ''''
APOSTROPHE: <
APOS: .
DOUBLE_QUOTES: '"'
DQT: '"'
COMMA: ','
LESS_THAN: <
LT: <
PERIOD: .
DOT: .
GREATER_THAN: '>'
GT: '>'
LEFT_BRACKET: '['
LBKT: '['
LEFT_BRACE: '{'
LBRC: '{'
RIGHT_BRACKET: ']'
RBKT: ']'
RIGHT_BRACE: '}'
RBRC: '}'
GRAVE: '`'
TILDE: '~'
NON_US_HASH: '#'
NUHS: '#'
TILDE2: '~'
'(ZMK_HID_USAGE(HID_USAGE_KEY,HID_USAGE_KEY_KEYBOARD_A))': 'A'
zmk_combos: {}

0 comments on commit 7ef7e88

Please sign in to comment.