Compare commits
No commits in common. "331938388dc4108409478fcf896b21c8193d7f8e" and "5c5752eeb633d56ba55bdd084622436b8b40cb62" have entirely different histories.
331938388d
...
5c5752eeb6
|
@ -41,8 +41,6 @@ west build --board nice_nano -d build/tg4x -- -DSHIELD=tg4x -DZMK_CONFIG=/worksp
|
|||
|
||||
west build --board nice_nano -d build/steno_right_lily58 -- -DSHIELD=steno_right_lily58 -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/steno_left_lily58 -- -DSHIELD=steno_left_lily58 -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/pockettype/default -- -DSHIELD=pockettype -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board nrf52840_mdk_dongle -d build/mdk_dongle -- -DSHIELD=mdk_dongle -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
@ -53,8 +51,6 @@ west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_
|
|||
|
||||
west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/m60 -- -DSHIELD=m60 -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board itsybitsy_nrf52840 -d build/azarashi64/left -- -DSHIELD=azarashi64_left -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board itsybitsy_nrf52840 -d build/azarashi64/right -- -DSHIELD=azarashi64_right -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
|
|
@ -196,21 +196,21 @@
|
|||
// keymap {
|
||||
// compatible = "zmk,keymap";
|
||||
// base {
|
||||
// label = "ARTSEY";
|
||||
// label = "Base";
|
||||
// bindings = <
|
||||
// &layer_parentheticals_kp LAYER_ID_PARENTHETICALS A &kp R &kp T &layer_numbers_kp LAYER_ID_NUMBERS S
|
||||
// &layer_symbols_kp LAYER_ID_SYMBOLS E &kp Y &kp I &layer_navigation_kp LAYER_ID_NAVIGATION O
|
||||
// >;
|
||||
// };
|
||||
// numbers {
|
||||
// label = "Number";
|
||||
// label = "Numbers";
|
||||
// bindings = < /* TODO: NEED TO SETUP Fn LEADER KEY(S) */
|
||||
// &layer_parentheticals_kp LAYER_ID_PARENTHETICALS N1 &kp N2 &kp N3 &layer_base_sl LAYER_ID_BASE LAYER_ID_F_ONE_SIX
|
||||
// &layer_symbols_kp LAYER_ID_SYMBOLS N4 &kp N5 &kp N6 &layer_navigation_sl LAYER_ID_NAVIGATION LAYER_ID_F_SEVEN_TWELVE
|
||||
// >;
|
||||
// };
|
||||
// symbols {
|
||||
// label = "Symbol";
|
||||
// label = "Symbols";
|
||||
// bindings = <
|
||||
// &layer_parentheticals_none LAYER_ID_PARENTHETICALS 0 &kp BSLH &kp SEMI &layer_numbers_kp LAYER_ID_NUMBERS GRAVE
|
||||
// &layer_base_none LAYER_ID_BASE 0 &kp MINUS &kp EQUAL &layer_navigation_none LAYER_ID_NAVIGATION 0
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
&spi1 {
|
||||
compatible = "nordic,nrf-spim";
|
||||
status = "okay";
|
||||
mosi-pin = <6>;
|
||||
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
|
||||
sck-pin = <5>;
|
||||
miso-pin = <7>;
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
compatible = "worldsemi,ws2812-spi";
|
||||
label = "WS2812";
|
||||
|
||||
/* SPI */
|
||||
reg = <0>; /* ignored, but necessary for SPI bindings */
|
||||
spi-max-frequency = <4000000>;
|
||||
|
||||
/* WS2812 */
|
||||
chain-length = <5>; /* number of LEDs */
|
||||
spi-one-frame = <0x70>;
|
||||
spi-zero-frame = <0x40>;
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,underglow = &led_strip;
|
||||
};
|
||||
};
|
|
@ -9,9 +9,5 @@ CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8
|
|||
# Enable display (layer in use is helpful))
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
# Enable WPM widget
|
||||
#CONFIG_ZMK_WPM=y
|
||||
CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
|
||||
# USB Logging to ensure things work properly and as expected at the FW level
|
||||
#CONFIG_ZMK_USB_LOGGING=y
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
base {
|
||||
label = "ARTSEY";
|
||||
label = "Base";
|
||||
bindings = <
|
||||
&none &none &none &none &none &none &none
|
||||
&layer_parentheticals_kp LAYER_ID_PARENTHETICALS A &kp R &kp T &layer_numbers_kp LAYER_ID_NUMBERS S
|
||||
|
@ -34,7 +34,7 @@
|
|||
>;
|
||||
};
|
||||
numbers {
|
||||
label = "Number";
|
||||
label = "Numbers";
|
||||
bindings = <
|
||||
&none &none &none &none &none &none &none
|
||||
&layer_parentheticals_kp LAYER_ID_PARENTHETICALS N1 &kp N2 &kp N3 &layer_base_sl LAYER_ID_BASE LAYER_ID_F_ONE_SIX
|
||||
|
@ -44,7 +44,7 @@
|
|||
>;
|
||||
};
|
||||
symbols {
|
||||
label = "Symbol";
|
||||
label = "Symbols";
|
||||
bindings = <
|
||||
&none &none &none &none &none &none &none
|
||||
&layer_parentheticals_none LAYER_ID_PARENTHETICALS 0 &kp BSLH &kp SEMI &layer_numbers_kp LAYER_ID_NUMBERS GRAVE
|
||||
|
|
Loading…
Reference in a new issue