Release 0.1.6

Changes:

- Persist FN lock through powercycle
- Fix display switch button - would sometimes not work, only open
  windows menu

The changes only apply to ANSI/ISO/JIS layouts.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-05-03 17:16:57 +08:00
parent a8269765d7
commit 7719f7a1e4
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
"processor": "RP2040", "processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN", "url": "https://fr.mw/FRAKDKEN",
"usb": { "usb": {
"device_version": "0.1.5", "device_version": "0.1.6",
"pid": "0x0012", "pid": "0x0012",
"vid": "0x32AC" "vid": "0x32AC"
}, },

View File

@@ -16,7 +16,7 @@
"processor": "RP2040", "processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN", "url": "https://fr.mw/FRAKDKEN",
"usb": { "usb": {
"device_version": "0.1.5", "device_version": "0.1.6",
"pid": "0x0018", "pid": "0x0018",
"vid": "0x32AC" "vid": "0x32AC"
}, },

View File

@@ -16,7 +16,7 @@
"processor": "RP2040", "processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN", "url": "https://fr.mw/FRAKDKEN",
"usb": { "usb": {
"device_version": "0.1.5", "device_version": "0.1.6",
"pid": "0x0019", "pid": "0x0019",
"vid": "0x32AC" "vid": "0x32AC"
}, },