Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed Oct 20, 2023
1 parent 524aa6e commit 9ea1687
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
22 changes: 11 additions & 11 deletions app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,44 @@
if SHIELD_SOFLE_RGB_KEYHIVE_LEFT

config ZMK_KEYBOARD_NAME
default "Sofle Keyhive"
default "Sofle Keyhive"

config ZMK_SPLIT_ROLE_CENTRAL
default y
default y

endif

if SHIELD_SOFLE_RGB_KEYHIVE_LEFT || SHIELD_SOFLE_RGB_KEYHIVE_RIGHT

config ZMK_SPLIT
default y
default y

if ZMK_DISPLAY

config I2C
default y
default y

config SSD1306
default y
default y

config SSD1306_REVERSE_MODE
default y
default y

endif # ZMK_DISPLAY

if LVGL

config LVGL_VDB_SIZE
default 64
default 64

config LVGL_DPI
default 148
default 148

config LVGL_BITS_PER_PIXEL
default 1
default 1

choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
default LVGL_COLOR_DEPTH_1
endchoice

endif # LVGL
Expand Down
4 changes: 2 additions & 2 deletions app/boards/shields/sofle_rgb_keyhive/Kconfig.shield
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT

config SHIELD_SOFLE_RGB_KEYHIVE_LEFT
def_bool $(shields_list_contains,sofle_rgb_keyhive_left)
def_bool $(shields_list_contains,sofle_rgb_keyhive_left)

config SHIELD_SOFLE_RGB_KEYHIVE_RIGHT
def_bool $(shields_list_contains,sofle_rgb_keyhive_right)
def_bool $(shields_list_contains,sofle_rgb_keyhive_right)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: MIT
*/

#include <dt-bindings/led/led.h>

&spi1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
#include "sofle_rgb_keyhive.dtsi"

&kscan0 {
col-gpios
= <&pro_micro 19 GPIO_ACTIVE_HIGH>
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
, <&pro_micro 10 GPIO_ACTIVE_HIGH>
;
col-gpios
= <&pro_micro 19 GPIO_ACTIVE_HIGH>
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
, <&pro_micro 10 GPIO_ACTIVE_HIGH>
;
};

&left_encoder {
status = "okay";
status = "okay";
};
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
#include "sofle_rgb_keyhive.dtsi"

&default_transform {
col-offset = <6>;
col-offset = <6>;
};

&kscan0 {
col-gpios
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
, <&pro_micro 19 GPIO_ACTIVE_HIGH>
;
col-gpios
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
, <&pro_micro 19 GPIO_ACTIVE_HIGH>
;
};

&right_encoder {
status = "okay";
status = "okay";
};

0 comments on commit 9ea1687

Please sign in to comment.