Skip to content

Commit 6eac901

Browse files
authored
Merge pull request #67 from inputlabs/led-touch-sens
Changed LED pattern in tune touch sensitivity
2 parents 1e84fbc + 6542223 commit 6eac901

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/tune/tune.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ const modes: Modes = {
158158
decimals: 1,
159159
displayReversed: true,
160160
presets: [
161-
{index: 0, name: 'Auto low', desc: 'More stable', leds:0b0010, blink:0b0100, hidden:true},
162-
{index: 1, name: 'Auto mid', desc: 'Default', leds:0b0010, blink:0b1100, hidden:true},
163-
{index: 2, name: 'Auto high', desc: 'More responsive', leds:0b0010, blink:0b1000, hidden:true},
164-
{index: 3, name: 'Custom 2', desc: '', leds:0b0010, blink:0b1001},
165-
{index: 4, name: 'Custom 1', desc: '', leds:0b0010, blink:0b0001},
161+
{index: 0, name: 'Auto low', desc: 'More stable', leds:0b0010, blink:0b0100, hidden:true},
162+
{index: 1, name: 'Auto mid', desc: 'Default', leds:0b0010, blink:0b1000, hidden:true},
163+
{index: 2, name: 'Auto high', desc: 'More responsive', leds:0b0010, blink:0b0001, hidden:true},
164+
{index: 3, name: 'Custom 2', desc: '', leds:0b0010, blink:0b1100},
165+
{index: 4, name: 'Custom 1', desc: '', leds:0b0010, blink:0b1001},
166166
]
167167
},
168168
mouse_sens: {

src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export const VERSION = '0.0.0'
33
export const COMMIT = 'abcdef123456'
44

55
// Controller firmware version.
6-
export const MINUMUM_FIRMWARE_VERSION = [0, 97, 0]
6+
export const MINUMUM_FIRMWARE_VERSION = [0, 97, 1]

0 commit comments

Comments
 (0)