diff --git a/boards/nice_nano.overlay b/boards/nice_nano.overlay deleted file mode 100644 index 798f94b..0000000 --- a/boards/nice_nano.overlay +++ /dev/null @@ -1,47 +0,0 @@ -#include - -&pinctrl { - spi3_default: spi3_default { - group1 { - psels = ; - }; - }; - - spi3_sleep: spi3_sleep { - group1 { - psels = ; - low-power-enable; - }; - }; -}; - -&spi3 { - compatible = "nordic,nrf-spim"; - status = "okay"; - - pinctrl-0 = <&spi3_default>; - pinctrl-1 = <&spi3_sleep>; - pinctrl-names = "default", "sleep"; - - led_strip: ws2812@0 { - compatible = "worldsemi,ws2812-spi"; - - /* SPI */ - reg = <0>; /* ignored, but necessary for SPI bindings */ - spi-max-frequency = <4000000>; - - /* WS2812 */ - chain-length = <10>; /* arbitrary; change at will */ - spi-one-frame = <0x70>; - spi-zero-frame = <0x40>; - - color-mapping = ; - }; -}; - -/ { - chosen { - zmk,underglow = &led_strip; - }; -}; -// vim: filetype=dts fdm=marker: diff --git a/boards/nice_nano_v2.overlay b/boards/nice_nano_v2.overlay deleted file mode 100644 index 3dcc5f7..0000000 --- a/boards/nice_nano_v2.overlay +++ /dev/null @@ -1,75 +0,0 @@ -#include - -&pinctrl { - spi3_default: spi3_default { - group1 { - psels = ; - }; - }; - - spi3_sleep: spi3_sleep { - group1 { - psels = ; - low-power-enable; - }; - }; -}; - -&spi3 { - compatible = "nordic,nrf-spim"; - status = "okay"; - - pinctrl-0 = <&spi3_default>; - pinctrl-1 = <&spi3_sleep>; - pinctrl-names = "default", "sleep"; - - led_strip: ws2812@0 { - compatible = "worldsemi,ws2812-spi"; - - /* SPI */ - reg = <0>; /* ignored, but necessary for SPI bindings */ - spi-max-frequency = <4000000>; - - /* WS2812 */ - chain-length = <10>; /* arbitrary; change at will */ - spi-one-frame = <0x70>; - spi-zero-frame = <0x40>; - - color-mapping = ; - }; -}; - -/ { - chosen { - zmk,underglow = &led_strip; - }; -}; - -/* Override flash size for build testing — actual hardware may differ */ -&flash0 { - reg = <0x00000000 DT_SIZE_M(4)>; - - partitions { - /delete-node/ partition@0; - /delete-node/ partition@26000; - /delete-node/ partition@ec000; - /delete-node/ partition@f4000; - - sd_partition: partition@0 { - reg = <0x00000000 0x00026000>; - }; - - code_partition: partition@26000 { - reg = <0x00026000 0x003c8000>; - }; - - storage_partition: partition@3ee000 { - reg = <0x003ee000 0x00008000>; - }; - - boot_partition: partition@3f6000 { - reg = <0x003f6000 0x0000a000>; - }; - }; -}; -// vim: filetype=dts fdm=marker: diff --git a/boards/shields/corne/Kconfig.defconfig b/boards/shields/corne/Kconfig.defconfig index adc0f01..27d50df 100644 --- a/boards/shields/corne/Kconfig.defconfig +++ b/boards/shields/corne/Kconfig.defconfig @@ -1,4 +1,4 @@ -if SHIELD_CORNE_LEFT || SHIELD_CORNE_DONGLE_XIAO || SHIELD_CORNE_DONGLE_PRO_MICRO +if SHIELD_CORNE_LEFT config ZMK_KEYBOARD_NAME default "Corne" @@ -6,16 +6,9 @@ config ZMK_KEYBOARD_NAME config ZMK_SPLIT_ROLE_CENTRAL default y -# if SHIELD_CORNE_DONGLE_XIAO || SHIELD_CORNE_DONGLE_PRO_MICRO - -# config ZMK_USB -# default y - -# endif - endif -if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT || SHIELD_CORNE_LEFT_PERIPHERAL || SHIELD_CORNE_DONGLE_XIAO || SHIELD_CORNE_DONGLE_PRO_MICRO +if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT config ZMK_SPLIT default y @@ -28,14 +21,6 @@ config I2C config SSD1306 default y -if SHIELD_CORNE_DONGLE_XIAO || SHIELD_CORNE_DONGLE_PRO_MICRO - -choice ZMK_DISPLAY_WORK_QUEUE - default ZMK_DISPLAY_WORK_QUEUE_DEDICATED -endchoice - -endif - endif # ZMK_DISPLAY if LVGL diff --git a/boards/shields/corne/Kconfig.shield b/boards/shields/corne/Kconfig.shield index cd6ca70..099680b 100644 --- a/boards/shields/corne/Kconfig.shield +++ b/boards/shields/corne/Kconfig.shield @@ -6,12 +6,3 @@ config SHIELD_CORNE_LEFT config SHIELD_CORNE_RIGHT def_bool $(shields_list_contains,corne_right) - -config SHIELD_CORNE_DONGLE_XIAO - def_bool $(shields_list_contains,corne_dongle_xiao) - -config SHIELD_CORNE_LEFT_PERIPHERAL - def_bool $(shields_list_contains,corne_left_peripheral) - -config SHIELD_CORNE_DONGLE_PRO_MICRO - def_bool $(shields_list_contains,corne_dongle_pro_micro) diff --git a/boards/shields/corne/boards/nice_nano.overlay b/boards/shields/corne/boards/nice_nano.overlay deleted file mode 100644 index 4c546e6..0000000 --- a/boards/shields/corne/boards/nice_nano.overlay +++ /dev/null @@ -1,46 +0,0 @@ -#include - -&pinctrl { - spi3_default: spi3_default { - group1 { - psels = ; - }; - }; - - spi3_sleep: spi3_sleep { - group1 { - psels = ; - low-power-enable; - }; - }; -}; - -&spi3 { - compatible = "nordic,nrf-spim"; - status = "okay"; - - pinctrl-0 = <&spi3_default>; - pinctrl-1 = <&spi3_sleep>; - pinctrl-names = "default", "sleep"; - - led_strip: ws2812@0 { - compatible = "worldsemi,ws2812-spi"; - - /* SPI */ - reg = <0>; /* ignored, but necessary for SPI bindings */ - spi-max-frequency = <4000000>; - - /* WS2812 */ - chain-length = <27>; /* 6 underglow + 21 per-key per half */ - spi-one-frame = <0x70>; - spi-zero-frame = <0x40>; - - color-mapping = ; - }; -}; - -/ { - chosen { - zmk,underglow = &led_strip; - }; -}; diff --git a/boards/shields/corne/corne.zmk.yml b/boards/shields/corne/corne.zmk.yml index 08bfc3d..a75fbcc 100644 --- a/boards/shields/corne/corne.zmk.yml +++ b/boards/shields/corne/corne.zmk.yml @@ -13,6 +13,3 @@ features: siblings: - corne_left - corne_right - - corne_left_peripheral - - corne_dongle_xiao - - corne_dongle_pro_micro diff --git a/boards/shields/corne/corne_dongle_pro_micro.conf b/boards/shields/corne/corne_dongle_pro_micro.conf deleted file mode 100644 index 2560437..0000000 --- a/boards/shields/corne/corne_dongle_pro_micro.conf +++ /dev/null @@ -1,30 +0,0 @@ -# MC: -# compatible con todas las versiones de nrf52840 (pro_micro): -# - nice_nano (no probado) -# - nice_nano_v2 (probado) -# - nice_nano_v2 (super mini -> nice_nano_v2 clon) (probado) -# - nrfmicro_11 (no probado) -# - nrfmicro_11_flipped (no probado) -# - nrfmicro_13 (no probado) -# - puchi_ble_v1 (probado) - -### DONGLE MODE -CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 - -### DONGLE OPTIONS -# 3 profiles (n+2) -CONFIG_BT_MAX_CONN=5 -CONFIG_BT_MAX_PAIRED=5 - -### DISPLAY DONGLE OPTIONS -CONFIG_ZMK_DISPLAY=y -CONFIG_BT_BAS=n -CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y - -### POWER OPTIONS -# La unidad del intervalo del informe de energía de la batería es segundos -CONFIG_ZMK_BATTERY_REPORT_INTERVAL=60 - -### DEBUG OPTIONS -# CONFIG_ZMK_USB_LOGGING=y -# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 diff --git a/boards/shields/corne/corne_dongle_pro_micro.overlay b/boards/shields/corne/corne_dongle_pro_micro.overlay deleted file mode 100644 index 54f4758..0000000 --- a/boards/shields/corne/corne_dongle_pro_micro.overlay +++ /dev/null @@ -1,182 +0,0 @@ -/* - * Copyright (c) 2020 Pete Johanson - * - * SPDX-License-Identifier: MIT - */ - -#include - -#include -#include - -&foostan_corne_6col_layout { - transform = <&default_transform>; -}; - -&foostan_corne_5col_layout { - transform = <&five_column_transform>; -}; - -/ { - chosen { - zephyr,display = &oled; - zmk,kscan = &mock_kscan; - zmk,physical-layout = &foostan_corne_6col_layout; - }; - - default_transform: keymap_transform_0 { - compatible = "zmk,matrix-transform"; - columns = <12>; - rows = <4>; -// | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 | -// | SW7 | SW8 | SW9 | SW10 | SW11 | SW12 | | SW12 | SW11 | SW10 | SW9 | SW8 | SW7 | -// | SW13 | SW14 | SW15 | SW16 | SW17 | SW18 | | SW18 | SW17 | SW16 | SW15 | SW14 | SW13 | -// | SW19 | SW20 | SW21 | | SW21 | SW20 | SW19 | - 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(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) RC(1,11) -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) RC(2,10) RC(2,11) - RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) - >; - }; - - five_column_transform: keymap_transform_1 { - compatible = "zmk,matrix-transform"; - columns = <10>; - rows = <4>; -// | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | -// | SW8 | SW9 | SW10 | SW11 | SW12 | | SW12 | SW11 | SW10 | SW9 | SW8 | -// | SW14 | SW15 | SW16 | SW17 | SW18 | | SW18 | SW17 | SW16 | SW15 | SW14 | -// | SW19 | SW20 | SW21 | | SW21 | SW20 | SW19 | - map = < -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(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) -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) RC(2,10) - RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) - >; - }; - - /* - kscan0: kscan { - compatible = "zmk,kscan-gpio-direct"; - - input-gpios - = <&xiao_d 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - ; - }; - */ - - mock_kscan: kscan_0 { - compatible = "zmk,kscan-mock"; - // wakeup-source; - columns = <0>; - rows = <0>; - events = <0>; - }; - // TODO: per-key RGB node(s)? -}; - -&pro_micro_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <64>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -/* -// 128x64 OLED -&pro_micro_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <64>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; -// 128x32 OLED -&pro_micro_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <32>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <31>; - segment-remap; - com-invdir; - com-sequential; - inversion-on; - prechargep = <0x22>; - }; -}; - -// 128x64 OLED model sh1106 - -&pro_micro_i2c { - status = "okay"; - oled: sh1106@3c { - compatible = "sinowealth,sh1106"; - reg = <0x3c>; - width = <129>; - height = <64>; - segment-offset = <1>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -// 128x128 OLED model sh1107 -&pro_micro_i2c { - status = "okay"; - oled: sh1106@3c { - compatible = "sinowealth,sh1106"; - reg = <0x3c>; - width = <120>; - height = <128>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <119>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -*/ -// vim: filetype=dts fdm=marker: diff --git a/boards/shields/corne/corne_dongle_xiao.conf b/boards/shields/corne/corne_dongle_xiao.conf deleted file mode 100644 index 1d9fa26..0000000 --- a/boards/shields/corne/corne_dongle_xiao.conf +++ /dev/null @@ -1,24 +0,0 @@ -# MC: -# compatible con todas las versiones de nrf52840 (xiao): -# - seeeduino_xiao_ble (probado) - -### DONGLE MODE -CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 - -### DONGLE OPTIONS -# 3 profiles (n+2) -CONFIG_BT_MAX_CONN=5 -CONFIG_BT_MAX_PAIRED=5 - -### DISPLAY DONGLE OPTIONS -CONFIG_ZMK_DISPLAY=y -CONFIG_BT_BAS=n -CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y - -### POWER OPTIONS -# La unidad del intervalo del informe de energía de la batería es segundos -CONFIG_ZMK_BATTERY_REPORT_INTERVAL=60 - -### DEBUG OPTIONS -# CONFIG_ZMK_USB_LOGGING=y -# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 diff --git a/boards/shields/corne/corne_dongle_xiao.overlay b/boards/shields/corne/corne_dongle_xiao.overlay deleted file mode 100644 index 7b09f4c..0000000 --- a/boards/shields/corne/corne_dongle_xiao.overlay +++ /dev/null @@ -1,220 +0,0 @@ -/* - * Copyright (c) 2020 Pete Johanson - * - * SPDX-License-Identifier: MIT - */ - -#include - -#include -#include - -&foostan_corne_6col_layout { - transform = <&default_transform>; -}; - -&foostan_corne_5col_layout { - transform = <&five_column_transform>; -}; - -/ { - chosen { - zephyr,display = &oled; - zmk,kscan = &mock_kscan; - zmk,physical-layout = &foostan_corne_6col_layout; - }; - - default_transform: keymap_transform_0 { - compatible = "zmk,matrix-transform"; - columns = <12>; - rows = <4>; -// | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 | -// | SW7 | SW8 | SW9 | SW10 | SW11 | SW12 | | SW12 | SW11 | SW10 | SW9 | SW8 | SW7 | -// | SW13 | SW14 | SW15 | SW16 | SW17 | SW18 | | SW18 | SW17 | SW16 | SW15 | SW14 | SW13 | -// | SW19 | SW20 | SW21 | | SW21 | SW20 | SW19 | - 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(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) RC(1,11) -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) RC(2,10) RC(2,11) - RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) - >; - }; - - five_column_transform: keymap_transform_1 { - compatible = "zmk,matrix-transform"; - columns = <10>; - rows = <4>; -// | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | -// | SW8 | SW9 | SW10 | SW11 | SW12 | | SW12 | SW11 | SW10 | SW9 | SW8 | -// | SW14 | SW15 | SW16 | SW17 | SW18 | | SW18 | SW17 | SW16 | SW15 | SW14 | -// | SW19 | SW20 | SW21 | | SW21 | SW20 | SW19 | - map = < -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(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) -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) RC(2,10) - RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) - >; - }; - - /* - kscan0: kscan { - compatible = "zmk,kscan-gpio-direct"; - - input-gpios - = <&xiao_d 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - ; - }; - */ - - mock_kscan: kscan_0 { - compatible = "zmk,kscan-mock"; - // wakeup-source; - columns = <0>; - rows = <0>; - events = <0>; - }; - // TODO: per-key RGB node(s)? -}; - -// 128x64 OLED -&xiao_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <64>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -/* -// 128x64 OLED -&xiao_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <64>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; -// 128x32 OLED -&xiao_i2c { - status = "okay"; - - oled: ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - width = <128>; - height = <32>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <31>; - segment-remap; - com-invdir; - com-sequential; - inversion-on; - prechargep = <0x22>; - }; -}; - - -// 128x64 OLED model sh1106 - -&xiao_i2c { - status = "okay"; - oled: sh1106@3c { - compatible = "sinowealth,sh1106"; - reg = <0x3c>; - width = <129>; - height = <64>; - segment-offset = <1>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <63>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -// 128x128 OLED model sh1107 -&xiao_i2c { - status = "okay"; - oled: sh1106@3c { - compatible = "sinowealth,sh1106"; - reg = <0x3c>; - width = <120>; - height = <128>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - multiplex-ratio = <119>; - segment-remap; - com-invdir; - inversion-on; - prechargep = <0x22>; - }; -}; - -// ################# niceview working fine START ################# -// doc: https://wiki.seeedstudio.com/XIAO-SAMD21-Zephyr-RTOS/ -// @bravekarma nice Discord server -// The &gpioX Y and NRF_PSEL(..., X, Y) uses the PX.Y notation (underlying nRF -// pin numbers), &xiao_d x uses the unified pinout Dx - -&pinctrl { - spi0_default: spi0_default { - group1 { - psels = , - , - ; - }; - }; - spi0_sleep: spi0_sleep { - group1 { - psels = , - , - ; - low-power-enable; - }; - }; -}; - -nice_view_spi: &spi0 { - compatible = "nordic,nrf-spim"; - pinctrl-0 = <&spi0_default>; - pinctrl-1 = <&spi0_sleep>; - pinctrl-names = "default", "sleep"; - cs-gpios = <&xiao_d 6 GPIO_ACTIVE_HIGH>; // Pin D6 as CS -}; - -&xiao_i2c { - status = "disabled"; -}; -// ################# niceview working fine END ################# -*/ -// vim: filetype=dts fdm=marker: diff --git a/boards/shields/corne/corne_left_peripheral.conf b/boards/shields/corne/corne_left_peripheral.conf deleted file mode 100644 index e69de29..0000000 diff --git a/boards/shields/corne/corne_left_peripheral.overlay b/boards/shields/corne/corne_left_peripheral.overlay deleted file mode 100644 index d96a5de..0000000 --- a/boards/shields/corne/corne_left_peripheral.overlay +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2020 Pete Johanson - * - * SPDX-License-Identifier: MIT - */ - -#include "corne.dtsi" - -&kscan0 { - col-gpios - = <&pro_micro 21 GPIO_ACTIVE_HIGH> - , <&pro_micro 20 GPIO_ACTIVE_HIGH> - , <&pro_micro 19 GPIO_ACTIVE_HIGH> - , <&pro_micro 18 GPIO_ACTIVE_HIGH> - , <&pro_micro 15 GPIO_ACTIVE_HIGH> - , <&pro_micro 14 GPIO_ACTIVE_HIGH> - ; -}; - -// vim: filetype=dts fdm=marker: diff --git a/config/corne.conf b/config/corne.conf index 28a70ac..72ae7ff 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -112,14 +112,6 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 # ref: https://zmk.dev/docs/config/system#hid CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y -### JAVELIN STENO ENGINE -CONFIG_ZMK_JAVELIN_STENO=y -CONFIG_ZMK_JAVELIN_STENO_DICT_PLOVER=n -CONFIG_ZMK_JAVELIN_STENO_DICT_LAPWING=y -CONFIG_CPLUSPLUS=y -CONFIG_LIB_CPLUSPLUS=y -CONFIG_HEAP_MEM_POOL_SIZE=32768 - ### DEBUG OPTIONS # CONFIG_ZMK_USB_LOGGING=y # CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 diff --git a/config/west.yml b/config/west.yml index 8a02c72..1c4f319 100644 --- a/config/west.yml +++ b/config/west.yml @@ -11,12 +11,6 @@ manifest: # fork of zmk-nice-oled with custom KM medal animation - name: KeebMaker url-base: https://github.com/KeebMaker - # javelin steno engine module - - name: afiqzudinhadi - url-base: https://github.com/afiqzudinhadi - # javelin steno engine source - - name: jthlim - url-base: https://github.com/jthlim projects: # Pinned to v0.3.0 instead of `main`: ZMK main tracks Zephyr 4.1, whose # board-model rewrite renamed `nice_nano_v2` (now `nice_nano//zmk`) and @@ -42,14 +36,5 @@ manifest: - name: zmk-oled-adapter remote: mctechnology17 revision: main - # javelin steno engine module - - name: zmk-javelin-steno - remote: afiqzudinhadi - revision: main - # javelin steno engine source (fetched into module's javelin/ dir) - - name: javelin-steno - remote: jthlim - revision: main - path: zmk-javelin-steno/javelin self: path: config