Skip to content

Commit 525f3b8

Browse files
andy23512claude
andcommitted
fix: update Master Forge pointing device spec to match Kickstarter bundle tiers
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 745157b commit 525f3b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/const/cross-reference.consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const CROSS_REFERENCES = {
214214
'The default pointing devices on each device are listed. You can remap the cursor movement keys on CC devices, Master Forge, and Svalboard.',
215215
],
216216
m4g_pointing_device: [
217-
"Some tiers of Master Forge bundle don't include the Trackball Bolt-on.",
217+
'Pre-order and Kickstarter premium tier of Master Forge bundle included the Trackball Bolt-on.',
218218
],
219219
m4g_keys_per_switch: [
220220
"Unlike CC1 and CC2, M4G doesn't have 3D press keys. When you do a 3D press on M4G, you hit all four keys on that switch.",

src/app/const/device.consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const M4G: Device = {
8888
other: {
8989
pointingDevice: {
9090
type: 'string',
91-
value: 'Trackball / None',
91+
value: 'None',
9292
crossReference: 'm4g_pointing_device',
9393
},
9494
quietnessRanking: '4th',

0 commit comments

Comments
 (0)