Skip to content

Commit f5385a5

Browse files
committed
unicorne joystick stuff
1 parent df5c25f commit f5385a5

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

build_guides/unicorne.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,26 @@ new keyboard:
124124
* [Keyboard
125125
Programing](https://new.boardsource.xyz/docs/guides-keyboard_programing)
126126

127+
128+
## HELP! my mouse drifts
129+
130+
On some only some computers there's a problem where the mouse will drift if one is not installed. To fix this you simply turn turn it off in info.json `"pointing_device": false,`. example below:
131+
132+
```json
133+
"features": {
134+
"audio": true,
135+
"bootmagic": true,
136+
"encoder": true,
137+
"extrakey": true,
138+
"mousekey": true,
139+
"nkro": true,
140+
"oled": true,
141+
"pointing_device": false,
142+
"rgb_matrix": true
143+
},
144+
```
145+
If you dont want to deal with that and want to just use VIA pleases use this [pre compiled via map](https://drive.google.com/file/d/1dpx0R_eZBGQxk64t0K3o6YVKrpSKmA7N/view?usp=sharing) where joysticks have been disabled. **Again this is only a problem on some computers only some of the time (like when charging) and only if you dont have a joystick installed.
146+
127147
## Extra
128148
For questions, ask in [Boardsource Discord
129149
server](https://discord.gg/5qpqbgaTYz)

guides/unicorne_pcb.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,23 @@ Since it comes preloaded with QMK firmware, you have two convenient methods to a
132132

133133
You'll find clear labels for the boot and reset switches on the PCB. Just to reiterate, the boot switch is the rightmost one, and the reset switch is the leftmost.
134134

135-
This keyboard is equipped with an RP2040 microcontroller, eliminating the need for QMK Toolbox. As soon as you activate the bootloader, your keyboard will appear as a drive named "RPI-RP2," allowing you to effortlessly drag and drop your new keymap onto it.
135+
This keyboard is equipped with an RP2040 microcontroller, eliminating the need for QMK Toolbox. As soon as you activate the bootloader, your keyboard will appear as a drive named "RPI-RP2," allowing you to effortlessly drag and drop your new keymap onto it.
136+
137+
## HELP! my mouse drifts
138+
139+
On some only some computers there's a problem where the mouse will drift if one is not installed. To fix this you simply turn turn it off in info.json `"pointing_device": false,`. example below:
140+
141+
```json
142+
"features": {
143+
"audio": true,
144+
"bootmagic": true,
145+
"encoder": true,
146+
"extrakey": true,
147+
"mousekey": true,
148+
"nkro": true,
149+
"oled": true,
150+
"pointing_device": false,
151+
"rgb_matrix": true
152+
},
153+
```
154+
If you dont want to deal with that and want to just use VIA pleases use this [pre compiled via map](https://drive.google.com/file/d/1dpx0R_eZBGQxk64t0K3o6YVKrpSKmA7N/view?usp=sharing) where joysticks have been disabled. **Again this is only a problem on some computers only some of the time (like when charging) and only if you dont have a joystick installed.

0 commit comments

Comments
 (0)