Skip to content

Commit

Permalink
build: update firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
artggd committed Aug 5, 2024
1 parent 6839bd0 commit e9dc053
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
1 change: 1 addition & 0 deletions config/boards/shields/microdix/microdix.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_INPUT_MOUSE_PS2_ENABLE_UROB_COMPAT=y

#
# Configure PS2 Mouse Settings
Expand Down
21 changes: 4 additions & 17 deletions config/boards/shields/microdix/microdix.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,11 @@

// The PS/2 GPIO and mouse drivers.
/ {
gpio_ps2: gpio_ps2 {
status = "disabled";
compatible = "gpio-ps2";
mouse_ps2_input_listener: mouse_ps2_input_listener {
compatible = "zmk,input-listener-ps2";
status = "disabled";

scl-gpios = <&pro_micro 0 0>;
sda-gpios = <&pro_micro 6 0>;
};
};

/ {
mouse_ps2: mouse_ps2 {
status = "disabled";
compatible = "zmk,mouse-ps2";
ps2-device = <&gpio_ps2>;

// Uncomment this if you have an extra free pin and
// want the controller to perform the Power-On-Reset
// instead of using a reset circuit.
device = <&mouse_ps2>;
rst-gpios = <&pro_micro 15 0>;
};
};
9 changes: 8 additions & 1 deletion config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ manifest:
url-base: https://github.com/infused-kim
- name: urob
url-base: https://github.com/urob

projects:
- name: zmk
remote: infused-kim
revision: pr-testing/mouse_ps2
revision: pr-testing/mouse_ps2_module_base
import: app/west.yml

# Module for PS/2 mouse & TP driver
- name: kb_zmk_ps2_mouse_trackpoint_driver
remote: infused-kim
revision: main

self:
path: config

0 comments on commit e9dc053

Please sign in to comment.