Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 3, 2024
1 parent 3fce455 commit e5f75cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions boards/shields/nice_view/nice_view.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
* SPDX-License-Identifier: MIT
*/

nice_view_spi: &spio0 {
&nice_view_spi {
status = "okay";
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_HIGH>;
nice_view: ls0xx@0 {
compatible = "sharp,ls0xx";
spi-max-frequency = <1000000>;
Expand Down
4 changes: 4 additions & 0 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
};
};

&nice_view_spi {
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_HIGH>;
}

behaviors {
rot_kp: rot_kp {
compatible = "zmk,behavior-sensor-rotate";
Expand Down

0 comments on commit e5f75cc

Please sign in to comment.