Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-lobao committed Jul 27, 2024
1 parent 33442e6 commit cf5a923
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions config/redox.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_MOUSE=y
13 changes: 6 additions & 7 deletions config/redox.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

#include <behaviors.dtsi>
#include <behaviors/mouse_keys.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/bt.h>
Expand Down Expand Up @@ -157,11 +156,11 @@

layer_2 {
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &mmv MOVE_UP &trans &trans &trans &trans &trans &trans &msc SCRL_UP &trans &trans &trans
&trans &trans &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &trans &trans &trans &trans &mkp LCLK &msc SCRL_DOWN &mkp RCLK &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &mmv MOVE_UP &trans &trans &trans &trans &trans &trans &mwh SCROLL_UP &trans &trans &trans
&trans &trans &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &trans &trans &trans &trans &mkp LCLK &mwh SCROLL_DOWN &mkp RCLK &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;
};

Expand All @@ -171,7 +170,7 @@
&trans &trans &trans &resize_win_up &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &resize_win_left &resize_win_down &resize_win_right &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &trans &trans &trans &trans &trans &bt BT_NXT &bt BT_PRV &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &bt BT_CLR &bt BT_CLR_ALL &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &bt BT_CLR &trans &trans &trans &trans &trans &trans &trans &trans
>;
};
};
Expand Down
6 changes: 3 additions & 3 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: urob
- name: mouse
url-base: https://github.com/urob
projects:
- name: zmk
remote: urob
revision: main
remote: mouse
revision: mouse-3.2
import: app/west.yml
self:
path: config

0 comments on commit cf5a923

Please sign in to comment.