summarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAchmad Fathoni2020-10-11 02:40:11 +0700
committerAchmad Fathoni2020-10-11 02:40:11 +0700
commit12754fe332a352f83ce32214f28dea3e346c0151 (patch)
tree473afc0b0c37382841bbeeb1d5a052a44a8a148f /README
parent6edcfbeea2893aff819005eb60d571cc48fef9ca (diff)
downloadaur-input-veikk-config.tar.gz
update .SRCINFO and delete README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 0 insertions, 20 deletions
diff --git a/README b/README
deleted file mode 100644
index 2d20eaee16c5..000000000000
--- a/README
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Configuration options:
-
- Orientation:
- 0: no rotation (default)
- 1: rotate right 90 deg
- 2: rotate 180 deg (left-handed mode)
- 3: rotate left 90 deg
- Screen mapping (all values in integers percents, e.g., 45):
- Left: left boundary (default: 0)
- Top: top boundary (default: 0)
- Right: right boundary (default: 100)
- Bottom: bottom boundary (default: 100)
- Pressure mapping:
- 0: linear mapping (p_out = p_raw) (default)
- 1: constant function, half pressure (p_out = p_max / 2)
- 2: power function, n=1/2 (p_out = sqrt(p_raw))
- 3: power function, n=2 (p_out = p_raw^2)
- 4: linear mapping, reduced input pressure (p_out = min(4/3 * p_raw, p_max))
-