address pr comments

This commit is contained in:
Kellen Carey 2020-10-09 11:48:06 -07:00
parent ca29c40206
commit 0b125c028c
7 changed files with 18 additions and 23 deletions

View File

@ -1,3 +1,5 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_MICRODOX_LEFT if SHIELD_MICRODOX_LEFT

View File

@ -1,5 +1,4 @@
# Copyright (c) 2020 Pete Johanson # Copyright (c) 2020 The ZMK Contributors
# Copyright (c) 2020 Kellen Carey
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
config SHIELD_MICRODOX_LEFT config SHIELD_MICRODOX_LEFT

View File

@ -1,3 +1,8 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
&spi1 { &spi1 {
compatible = "nordic,nrf-spi"; compatible = "nordic,nrf-spi";
/* Cannot be used together with i2c0. */ /* Cannot be used together with i2c0. */

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (c) 2020 Pete Johanson * Copyright (c) 2020 The ZMK Contributors
* Copyright (c) 2020 Kellen Carey
* *
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
@ -43,10 +42,6 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9)
}; };
bt_unpair_combo: bt_unpair_combo {
compatible = "zmk,bt-unpair-combo";
};
// TODO: per-key RGB node(s)? // TODO: per-key RGB node(s)?
}; };

View File

@ -27,15 +27,15 @@
}; };
nav_layer { nav_layer {
// ----------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------
// | | | ESC | ~ | | | TAB | HOME | UP | END | DEL | // |BTCLR| | ESC | ~ | | | TAB | HOME | UP | END | DEL |
// | | GUI | ALT | CTRL | NUM | | / | LEFT | DOWN | RGT | BKSP | // | BT1 | GUI | ALT | CTRL | NUM | | / | LEFT | DOWN | RGT | BKSP |
// | | | | | | | \ | ENT | | | | // | BT2 | | | | | | \ | ENT | | | |
// | | | | | | | | // | | | | | | | |
bindings = < bindings = <
&trans &trans &kp ESC &kp TILD &trans &kp TAB &kp HOME &kp UARW &kp END &kp DEL &bt BT_CLR &trans &kp ESC &kp TILD &trans &kp TAB &kp HOME &kp UARW &kp END &kp DEL
&trans &kp GUI &kp RALT &kp LCTL &mo 3 &kp FSLH &kp LARW &kp DARW &kp RARW &kp BKSP &bt BT_SEL 0 &kp GUI &kp RALT &kp LCTL &mo 3 &kp FSLH &kp LARW &kp DARW &kp RARW &kp BKSP
&trans &trans &trans &trans &trans &kp BSLH &kp RET &trans &trans &trans &bt BT_SEL 1 &trans &trans &trans &trans &kp BSLH &kp RET &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>; >;
}; };
@ -53,6 +53,8 @@
>; >;
}; };
// This layer is unreachable until "tri layer state" is sorted out.
// Leaving it here for completeness.
num_layer { num_layer {
// ----------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------
// | | | | | | | A | 7 | 8 | 9 | D | // | | | | | | | A | 7 | 8 | 9 | D |

View File

@ -16,7 +16,3 @@
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH> , <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
; ;
}; };
&bt_unpair_combo {
key-positions = <0 38>;
};

View File

@ -20,7 +20,3 @@
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH> , <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
; ;
}; };
&bt_unpair_combo {
key-positions = <9 35>;
};