diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dc9c46..a6dbaeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,14 @@ jobs: shield: the_paintbrush_left_tsraneio - board: nice_nano_v2 shield: the_paintbrush_right_tsraneio + - board: nice_nano_v2 + shield: cradio_artsey_left + - board: nice_nano_v2 + shield: cradio_artsey_thumb_left + - board: nice_nano_v2 + shield: cradio_artsey_right + - board: nice_nano_v2 + shield: cradio_artsey_thumb_right steps: - name: Checkout uses: actions/checkout@v2 diff --git a/config/artsey.dtsi b/config/artsey.dtsi index 185988f..5482e60 100644 --- a/config/artsey.dtsi +++ b/config/artsey.dtsi @@ -343,6 +343,9 @@ MIDDLE_NONES &layer_symbols_kp LAYER_ID_SYMBOLS ARTSEY_BASE_E &kp ARTSEY_BASE_Y &kp ARTSEY_BASE_I &layer_custom_kp LAYER_ID_CUSTOM ARTSEY_BASE_O TRAILING_NONES + #if defined CUSTOM_THUMB + CUSTOM_THUMB + #endif >; }; #endif @@ -463,6 +466,9 @@ MIDDLE_NONES &layer_custom_kp LAYER_ID_CUSTOM ARTSEY_BASE_O &kp ARTSEY_BASE_I &kp ARTSEY_BASE_Y &layer_symbols_kp LAYER_ID_SYMBOLS ARTSEY_BASE_E TRAILING_NONES + #if defined CUSTOM_THUMB + CUSTOM_THUMB + #endif >; }; #endif diff --git a/config/boards/shields/cradio_left/Kconfig.defconfig b/config/boards/shields/cradio_left/Kconfig.defconfig new file mode 100644 index 0000000..c06e4cc --- /dev/null +++ b/config/boards/shields/cradio_left/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_CRADIO_ARTSEY_LEFT || SHIELD_CRADIO_ARTSEY_THUMB_LEFT + +config ZMK_KEYBOARD_NAME + default "Artsey L" + +endif diff --git a/config/boards/shields/cradio_left/Kconfig.shield b/config/boards/shields/cradio_left/Kconfig.shield new file mode 100644 index 0000000..b952d37 --- /dev/null +++ b/config/boards/shields/cradio_left/Kconfig.shield @@ -0,0 +1,8 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config SHIELD_CRADIO_ARTSEY_LEFT + def_bool $(shields_list_contains,cradio_artsey_left) + +config SHIELD_CRADIO_ARTSEY_THUMB_LEFT + def_bool $(shields_list_contains,cradio_artsey_thumb_left) diff --git a/config/boards/shields/cradio_left/cradio_artsey_left.conf b/config/boards/shields/cradio_left/cradio_artsey_left.conf new file mode 100644 index 0000000..43acf69 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_left.conf @@ -0,0 +1,14 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Tune combos to allow proper ARTSEY support +CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 +CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8 +CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8 + +# Tune bluetooth profiles for quick select +CONFIG_BT_MAX_CONN=6 + +# Turn on deep sleep +#CONFIG_ZMK_SLEEP=y +#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file diff --git a/config/boards/shields/cradio_left/cradio_artsey_left.keymap b/config/boards/shields/cradio_left/cradio_artsey_left.keymap new file mode 100644 index 0000000..476ef68 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_left.keymap @@ -0,0 +1,31 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include +#include +#include + +// Enable ARTSEY Left +#define ARTSEY_LEFT 1 + +// ARTS Row +#define KEY_A 3 +#define KEY_R 2 +#define KEY_T 1 +#define KEY_S 0 +// EYIO Row +#define KEY_E 8 +#define KEY_Y 7 +#define KEY_I 6 +#define KEY_O 5 + +// Define Offsets +#define LEADING_NONES NONE(0,0,0) +#define MIDDLE_NONES NONE(0,0,1) +#define TRAILING_NONES NONE(0,0,8) + +// Include main artsey.io keymap +#include "../../../artsey.dtsi" diff --git a/config/boards/shields/cradio_left/cradio_artsey_left.overlay b/config/boards/shields/cradio_left/cradio_artsey_left.overlay new file mode 100644 index 0000000..4e07377 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_left.overlay @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include + +/ { + + chosen { + zmk,kscan = &kscan0; + zmk,matrix_transform = &default_transform; + }; + + default_transform: keymap_transform_0 { + compatible = "zmk,matrix-transform"; + columns = <17>; + rows = <1>; + // | SW0 | SW1 | SW2 | SW3 | SW4 | + // | SW5 | SW6 | SW7 | SW8 | SW9 | + // | SW10 | SW11 | SW12 | SW13 | SW14 | + // | SW15 | SW16 | + map = < + RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) + RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) + RC(0,10) RC(0,11) RC(0,12) RC(0,13) RC(0,14) + RC(0,15) RC(0,16) + >; + }; + + kscan0: kscan { + compatible = "zmk,kscan-gpio-direct"; + label = "KSCAN"; + input-gpios + = <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + ; + }; + +}; diff --git a/config/boards/shields/cradio_left/cradio_artsey_thumb_left.conf b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.conf new file mode 100644 index 0000000..43acf69 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.conf @@ -0,0 +1,14 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Tune combos to allow proper ARTSEY support +CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 +CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8 +CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8 + +# Tune bluetooth profiles for quick select +CONFIG_BT_MAX_CONN=6 + +# Turn on deep sleep +#CONFIG_ZMK_SLEEP=y +#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file diff --git a/config/boards/shields/cradio_left/cradio_artsey_thumb_left.keymap b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.keymap new file mode 100644 index 0000000..07d64a7 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.keymap @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include +#include +#include + +// Enable ARTSEY Left +#define ARTSEY_LEFT 1 + +// ARTS Row +#define KEY_A 3 +#define KEY_R 2 +#define KEY_T 1 +#define KEY_S 0 +// EYIO Row +#define KEY_E 8 +#define KEY_Y 7 +#define KEY_I 6 +#define KEY_O 5 + +// Define Custom Thumb Keys +#define CUSTOM_THUMB &kp SPACE &kp ENTER + +// Define Offsets +#define LEADING_NONES NONE(0,0,0) +#define MIDDLE_NONES NONE(0,0,1) +#define TRAILING_NONES NONE(0,0,6) + +// Include main artsey.io keymap +#include "../../../artsey.dtsi" diff --git a/config/boards/shields/cradio_left/cradio_artsey_thumb_left.overlay b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.overlay new file mode 100644 index 0000000..4e07377 --- /dev/null +++ b/config/boards/shields/cradio_left/cradio_artsey_thumb_left.overlay @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include + +/ { + + chosen { + zmk,kscan = &kscan0; + zmk,matrix_transform = &default_transform; + }; + + default_transform: keymap_transform_0 { + compatible = "zmk,matrix-transform"; + columns = <17>; + rows = <1>; + // | SW0 | SW1 | SW2 | SW3 | SW4 | + // | SW5 | SW6 | SW7 | SW8 | SW9 | + // | SW10 | SW11 | SW12 | SW13 | SW14 | + // | SW15 | SW16 | + map = < + RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) + RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) + RC(0,10) RC(0,11) RC(0,12) RC(0,13) RC(0,14) + RC(0,15) RC(0,16) + >; + }; + + kscan0: kscan { + compatible = "zmk,kscan-gpio-direct"; + label = "KSCAN"; + input-gpios + = <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + ; + }; + +}; diff --git a/config/boards/shields/cradio_right/Kconfig.defconfig b/config/boards/shields/cradio_right/Kconfig.defconfig new file mode 100644 index 0000000..e39b047 --- /dev/null +++ b/config/boards/shields/cradio_right/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_CRADIO_ARTSEY_RIGHT || SHIELD_CRADIO_ARTSEY_THUMB_RIGHT + +config ZMK_KEYBOARD_NAME + default "Artsey R" + +endif diff --git a/config/boards/shields/cradio_right/Kconfig.shield b/config/boards/shields/cradio_right/Kconfig.shield new file mode 100644 index 0000000..40e7de3 --- /dev/null +++ b/config/boards/shields/cradio_right/Kconfig.shield @@ -0,0 +1,8 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config SHIELD_CRADIO_ARTSEY_RIGHT + def_bool $(shields_list_contains,cradio_artsey_right) + +config SHIELD_CRADIO_ARTSEY_THUMB_RIGHT + def_bool $(shields_list_contains,cradio_artsey_thumb_right) diff --git a/config/boards/shields/cradio_right/cradio_artsey_right.conf b/config/boards/shields/cradio_right/cradio_artsey_right.conf new file mode 100644 index 0000000..43acf69 --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_right.conf @@ -0,0 +1,14 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Tune combos to allow proper ARTSEY support +CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 +CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8 +CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8 + +# Tune bluetooth profiles for quick select +CONFIG_BT_MAX_CONN=6 + +# Turn on deep sleep +#CONFIG_ZMK_SLEEP=y +#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file diff --git a/config/boards/shields/cradio_right/cradio_artsey_right.keymap b/config/boards/shields/cradio_right/cradio_artsey_right.keymap new file mode 100644 index 0000000..7c488df --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_right.keymap @@ -0,0 +1,31 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include +#include +#include + +// Enable ARTSEY Right +#define ARTSEY_RIGHT 1 + +// ARTS Row +#define KEY_A 1 +#define KEY_R 2 +#define KEY_T 3 +#define KEY_S 4 +// EYIO Row +#define KEY_E 6 +#define KEY_Y 7 +#define KEY_I 8 +#define KEY_O 9 + +// Define Offsets +#define LEADING_NONES NONE(0,0,1) +#define MIDDLE_NONES NONE(0,0,1) +#define TRAILING_NONES NONE(0,0,7) + +// Include main artsey.io keymap +#include "../../../artsey.dtsi" diff --git a/config/boards/shields/cradio_right/cradio_artsey_right.overlay b/config/boards/shields/cradio_right/cradio_artsey_right.overlay new file mode 100644 index 0000000..eb70f29 --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_right.overlay @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include + +/ { + + chosen { + zmk,kscan = &kscan0; + zmk,matrix_transform = &default_transform; + }; + + default_transform: keymap_transform_0 { + compatible = "zmk,matrix-transform"; + columns = <17>; + rows = <1>; + // | SW4 | SW3 | SW2 | SW1 | SW0 | + // | SW9 | SW8 | SW7 | SW6 | SW5 | + // | SW14 | SW13 | SW12 | SW11 | SW10 | + // | SW16 | SW15 | + map = < + RC(0,4) RC(0,3) RC(0,2) RC(0,1) RC(0,0) + RC(0,9) RC(0,8) RC(0,7) RC(0,6) RC(0,5) + RC(0,14) RC(0,13) RC(0,12) RC(0,11) RC(0,10) + RC(0,16) RC(0,15) + >; + }; + + kscan0: kscan { + compatible = "zmk,kscan-gpio-direct"; + label = "KSCAN"; + input-gpios + = <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + ; + }; + +}; diff --git a/config/boards/shields/cradio_right/cradio_artsey_thumb_right.conf b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.conf new file mode 100644 index 0000000..43acf69 --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.conf @@ -0,0 +1,14 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Tune combos to allow proper ARTSEY support +CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 +CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8 +CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8 + +# Tune bluetooth profiles for quick select +CONFIG_BT_MAX_CONN=6 + +# Turn on deep sleep +#CONFIG_ZMK_SLEEP=y +#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file diff --git a/config/boards/shields/cradio_right/cradio_artsey_thumb_right.keymap b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.keymap new file mode 100644 index 0000000..1eeac25 --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.keymap @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include +#include +#include + +// Enable ARTSEY Right +#define ARTSEY_RIGHT 1 + +// ARTS Row +#define KEY_A 1 +#define KEY_R 2 +#define KEY_T 3 +#define KEY_S 4 +// EYIO Row +#define KEY_E 6 +#define KEY_Y 7 +#define KEY_I 8 +#define KEY_O 9 + +// Define Custom Thumb Keys +#define CUSTOM_THUMB &kp ENTER &kp SPACE + +// Define Offsets +#define LEADING_NONES NONE(0,0,1) +#define MIDDLE_NONES NONE(0,0,1) +#define TRAILING_NONES NONE(0,0,5) + +// Include main artsey.io keymap +#include "../../../artsey.dtsi" diff --git a/config/boards/shields/cradio_right/cradio_artsey_thumb_right.overlay b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.overlay new file mode 100644 index 0000000..eb70f29 --- /dev/null +++ b/config/boards/shields/cradio_right/cradio_artsey_thumb_right.overlay @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include + +/ { + + chosen { + zmk,kscan = &kscan0; + zmk,matrix_transform = &default_transform; + }; + + default_transform: keymap_transform_0 { + compatible = "zmk,matrix-transform"; + columns = <17>; + rows = <1>; + // | SW4 | SW3 | SW2 | SW1 | SW0 | + // | SW9 | SW8 | SW7 | SW6 | SW5 | + // | SW14 | SW13 | SW12 | SW11 | SW10 | + // | SW16 | SW15 | + map = < + RC(0,4) RC(0,3) RC(0,2) RC(0,1) RC(0,0) + RC(0,9) RC(0,8) RC(0,7) RC(0,6) RC(0,5) + RC(0,14) RC(0,13) RC(0,12) RC(0,11) RC(0,10) + RC(0,16) RC(0,15) + >; + }; + + kscan0: kscan { + compatible = "zmk,kscan-gpio-direct"; + label = "KSCAN"; + input-gpios + = <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + ; + }; + +};