Skip to content

Commit 8d4b644

Browse files
committed
fix: update version numbers in package.json and Cargo.toml, and enhance keyboard mappings in keyboard.toml
1 parent d1ccb5a commit 8d4b644

4 files changed

Lines changed: 47 additions & 36 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sessile",
3-
"version": "0.2.2",
3+
"version": "0.3.3",
44
"description": "minimal finger movement",
55
"main": "index.js",
66
"scripts": {
@@ -32,4 +32,4 @@
3232
"devDependencies": {
3333
"@jscad/cli": "^2.3.6"
3434
}
35-
}
35+
}

rmk/Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rmk/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sessile"
3-
version = "0.3.1"
3+
version = "0.3.3"
44
authors = ["Will Puckett <willpuckett@gmail.com>"]
55
description = "Keyboard firmware written in Rust"
66
homepage = "https://github.com/willpuckett/sessile"
@@ -81,4 +81,3 @@ debug = true # no overhead for bare-metal
8181
opt-level = "z" # optimize for binary size
8282
overflow-checks = false
8383
lto = "fat"
84-

rmk/keyboard.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,26 @@ combos = [
122122
"MT(C, LCtrl)",
123123
"MT(S, LAlt)",
124124
], output = "Tab", layer = 0 },
125+
{ actions = [
126+
"MT(A, RGui)",
127+
"MT(N, RShift)",
128+
], output = "-" },
125129
{ actions = [
126130
"W",
127131
"M",
128-
], output = "-" },
132+
], output = "SHIFTED(-)" },
129133
{ actions = [
130134
"Dot",
131135
"Comma",
132136
], output = "/" },
137+
{ actions = [
138+
"Quote",
139+
"K",
140+
], output = "SHIFTED(/)" },
141+
{ actions = [
142+
"MT(N, RShift)",
143+
"MT(A, RGui)"
144+
], output = "SHIFTED(;)", layer = 0 },
133145
{ actions = [
134146
"MT(H, LCtrl)",
135147
"MT(I, RAlt)",

0 commit comments

Comments
 (0)