-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
83 lines (68 loc) · 2.11 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# This file is part of Monkeypaint
# <https://brettcsmith.org/monkeypaint>
# Copyright © 2021 Brett Smith <[email protected]>
# You may use, share, and modify this software under the terms of the
# GNU Affero General Public License version 3
# <https://opensource.org/licenses/AGPL-3.0>
[Output]
## `path` is the default path to write to.
## The `--output-path` option overrides it.
## A path of `-` represents standard output.
## For example, lighting profile 9 on Linux is often at a path like:
#path = /media/_your username_/FS EDGE RGB/lighting/led9.txt
[ColorAPI]
## Color scheme generation mode to use, for both the regular and fn layers.
## See the list of supported modes in the ColorAPI documentation at:
## <https://www.thecolorapi.com/docs#schemes-generate-scheme-get>
#mode = analogic
#fn mode = monochrome
[Palette]
## If you don't specify a base color, MonkeyPaint picks one randomly.
## You can require the base color to have a minimum amount of RGB,
## a number in the range 0-765 inclusive.
#minimum base = 384
## A set of configuration sections that share a prefix define key
## groupings. Each grouping will be assigned a color.
## This setting defines the section name prefix for the groupings used by
## default. Note how this matches the section names below.
#group prefix = Group
## Other sections define key groupings.
## Monkeypaint will generate a palette with one color per grouping, and the
## lighting profile will assign each key the color from its grouping.
## If a key appears in more than one section, the last section wins.
## You can refer to keys individually by name, or by group name.
## Refer to the README for the full list of supported key names.
## Below are the default groupings.
[Group 1]
alphanumeric
punctuation
space
[Group 2]
meta
function
editing
[Group 3]
navigation
hotkeys
[Group 4]
actions
arrows
## You can define other sets of groupings.
## The section names just need to each share a unique prefix.
## You can use this set by running `monkeypaint -g Rows`
[Rows 1]
row6
[Rows 2]
row5
[Rows 3]
row4
[Rows 4]
row3
action
arrows
[Rows 5]
row2
[Rows 6]
hotkey0
function
del