summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorReFil <31960031+ReFil@users.noreply.github.com>2023-05-30 09:33:59 +0100
committerReFil <31960031+ReFil@users.noreply.github.com>2023-07-06 17:41:42 +0100
commit771d68f3a69c22e6b05650bd98adf7f06c80f3eb (patch)
treec647e2ab583cdc9337a27fc13c6a13a2259fd0fc /config
parente4071905562d3a5635f68af19bb00a78e1cb554f (diff)
V3.0 Update
refactor(board): Update to z3.2 Major update to underlying code requires change to the repo, brought in line with zmk pr for commonality, fixed indentation to comply with zmk pre-commit formatting reqs Update settings-reset, change RGB modes Add Update instructions, Assets folder
Diffstat (limited to 'config')
-rw-r--r--config/boards/arm/adv360/Kconfig8
-rw-r--r--config/boards/arm/adv360/Kconfig.board10
-rw-r--r--config/boards/arm/adv360/Kconfig.defconfig30
-rw-r--r--config/boards/arm/adv360/adv360.dtsi247
-rw-r--r--config/boards/arm/adv360/adv360.yaml2
-rw-r--r--config/boards/arm/adv360/adv360.zmk.yml16
-rw-r--r--config/boards/arm/adv360/adv360_left.dts56
-rw-r--r--config/boards/arm/adv360/adv360_left_defconfig36
-rw-r--r--config/boards/arm/adv360/adv360_pinctrl.dtsi30
-rw-r--r--config/boards/arm/adv360/adv360_right.dts64
-rw-r--r--config/boards/arm/adv360/adv360_right_defconfig27
-rw-r--r--config/boards/arm/adv360/board.cmake2
-rw-r--r--config/boards/arm/adv360/macros.dtsi36
-rw-r--r--config/keymap.json6
-rw-r--r--config/west.yml2
15 files changed, 308 insertions, 264 deletions
diff --git a/config/boards/arm/adv360/Kconfig b/config/boards/arm/adv360/Kconfig
index 350014a..db5273e 100644
--- a/config/boards/arm/adv360/Kconfig
+++ b/config/boards/arm/adv360/Kconfig
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
- bool "Enable DCDC mode"
- select SOC_DCDC_NRF52X
- default y
- depends on BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
+ bool "Enable DCDC mode"
+ select SOC_DCDC_NRF52X
+ default y
+ depends on BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT \ No newline at end of file
diff --git a/config/boards/arm/adv360/Kconfig.board b/config/boards/arm/adv360/Kconfig.board
index cacf2cf..cf534c5 100644
--- a/config/boards/arm/adv360/Kconfig.board
+++ b/config/boards/arm/adv360/Kconfig.board
@@ -1,12 +1,12 @@
#
-# Copyright (c) 2021 Polarity Works
+# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
config BOARD_ADV360_LEFT
- bool "adv360_left"
- depends on SOC_NRF52840_QIAA
+ bool "adv360_left"
+ depends on SOC_NRF52840_QIAA
config BOARD_ADV360_RIGHT
- bool "adv360_right"
- depends on SOC_NRF52840_QIAA
+ bool "adv360_right"
+ depends on SOC_NRF52840_QIAA
diff --git a/config/boards/arm/adv360/Kconfig.defconfig b/config/boards/arm/adv360/Kconfig.defconfig
index 9d60f88..aa2fb87 100644
--- a/config/boards/arm/adv360/Kconfig.defconfig
+++ b/config/boards/arm/adv360/Kconfig.defconfig
@@ -1,19 +1,21 @@
#
-# Copyright (c) 2021 Polarity Works
+# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
if BOARD_ADV360_LEFT
- config ZMK_KEYBOARD_NAME
- default "Adv360 Pro"
+ config ZMK_KEYBOARD_NAME
+ default "Adv360 Pro"
+ config ZMK_SPLIT_ROLE_CENTRAL
+ default y
endif # BOARD_ADV360_LEFT
if BOARD_ADV360_RIGHT
- config ZMK_KEYBOARD_NAME
- default "Adv360 Pro rt"
+ config ZMK_KEYBOARD_NAME
+ default "Adv360 Pro rt"
endif # BOARD_ADV360_RIGHT
@@ -21,39 +23,39 @@ endif # BOARD_ADV360_RIGHT
if BOARD_ADV360_LEFT || BOARD_ADV360_RIGHT
config BOARD
- default "adv360"
+ default "adv360"
config ZMK_SPLIT
- default y
+ default y
config SPI
bool
default y
config BT_CTLR
- default BT
+ default BT
config ZMK_BLE
- default y
+ default y
config ZMK_USB
- default y
+ default y
if USB
config USB_NRFX
- default y
+ default y
config USB_DEVICE_STACK
- default y
+ default y
endif # USB
config ZMK_BATTERY_VOLTAGE_DIVIDER
- default y
+ default y
config SPI
- default y
+ default y
diff --git a/config/boards/arm/adv360/adv360.dtsi b/config/boards/arm/adv360/adv360.dtsi
index 286e834..2f221fc 100644
--- a/config/boards/arm/adv360/adv360.dtsi
+++ b/config/boards/arm/adv360/adv360.dtsi
@@ -11,171 +11,150 @@
#include <dt-bindings/led/led.h>
#include <dt-bindings/zmk/matrix_transform.h>
+#include "adv360_pinctrl.dtsi"
+
/ {
- model = "Adv360";
- compatible = "adv360";
-
- chosen {
- zephyr,code-partition = &code_partition;
- zephyr,sram = &sram0;
- zephyr,flash = &flash0;
- zmk,kscan = &kscan0;
- zmk,underglow = &led_strip;
- zmk,backlight = &backlight;
- zmk,matrix_transform = &default_transform;
- zmk,battery = &vbatt;
- zephyr,console = &cdc_acm_uart;
- };
-
- default_transform: keymap_transform_0 {
- compatible = "zmk,matrix-transform";
- columns = <20>;
- rows = <5>;
-
-
- map = <
- RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,13) RC(4,14) RC(4,15) RC(4,16) RC(4,17) RC(4,18) RC(4,19)
- RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,13) RC(3,14) RC(3,15) RC(3,16) RC(3,17) RC(3,18) RC(3,19)
- RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,8) RC(2,9) RC(2,10) RC(2,11) RC(2,13) RC(2,14) RC(2,15) RC(2,16) RC(2,17) RC(2,18) RC(2,19)
- RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,9) RC(1,10) RC(1,14) RC(1,15) RC(1,16) RC(1,17) RC(1,18) RC(1,19)
- RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,7) RC(0,8) RC(0,9) RC(0,10) RC(0,11) RC(0,12) RC(0,15) RC(0,16) RC(0,17) RC(0,18) RC(0,19)
-
- >;
- };
- ext-power {
- compatible = "zmk,ext-power-generic";
- label = "EXT_POWER";
- control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
- };
- backlight: pwmleds {
- compatible = "pwm-leds";
- label = "Backlight LEDs";
- pwm_led_0 {
- pwms = <&pwm0 17>;
- label = "Backlight LED 0";
+ model = "Adv360";
+ compatible = "kinesis,adv360";
+
+ chosen {
+ zephyr,code-partition = &code_partition;
+ zephyr,sram = &sram0;
+ zephyr,flash = &flash0;
+ zmk,kscan = &kscan0;
+ zmk,backlight = &backlight;
+ zmk,battery = &vbatt;
+ zmk,matrix_transform = &default_transform;
+ zmk,underglow = &led_strip;
};
-};
- leds {
- compatible = "gpio-leds";
- blue_led: led_0 {
- gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
- label = "Blue LED";
- };
- };
-
- vbatt: vbatt {
- compatible = "zmk,battery-voltage-divider";
- label = "VBATT";
- io-channels = <&adc 2>;
- output-ohms = <100000>;
- full-ohms = <(100000 + 100000)>;
- };
+ default_transform: keymap_transform_0 {
+ compatible = "zmk,matrix-transform";
+ columns = <20>;
+ rows = <5>;
+
+
+ map = <
+ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,13) RC(4,14) RC(4,15) RC(4,16) RC(4,17) RC(4,18) RC(4,19)
+ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,13) RC(3,14) RC(3,15) RC(3,16) RC(3,17) RC(3,18) RC(3,19)
+ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,8) RC(2,9) RC(2,10) RC(2,11) RC(2,13) RC(2,14) RC(2,15) RC(2,16) RC(2,17) RC(2,18) RC(2,19)
+ RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,9) RC(1,10) RC(1,14) RC(1,15) RC(1,16) RC(1,17) RC(1,18) RC(1,19)
+ RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,7) RC(0,8) RC(0,9) RC(0,10) RC(0,11) RC(0,12) RC(0,15) RC(0,16) RC(0,17) RC(0,18) RC(0,19)
+
+ >;
+ };
+ ext-power {
+ compatible = "zmk,ext-power-generic";
+ label = "EXT_POWER";
+ control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
+ };
+
+ vbatt: vbatt {
+ compatible = "zmk,battery-voltage-divider";
+ io-channels = <&adc 2>;
+ output-ohms = <100000>;
+ full-ohms = <(100000 + 100000)>;
+ };
+
+ backlight: pwmleds {
+ compatible = "pwm-leds";
+ pwm_led_0 {
+ pwms = <&pwm0 0 10000 PWM_POLARITY_NORMAL>;
+ };
+ };
+
};
&pwm0 {
- status = "okay";
- ch0-pin = <17>;
+ status = "okay";
+ pinctrl-0 = <&pwm0_default>;
+ pinctrl-1 = <&pwm0_sleep>;
+ pinctrl-names = "default", "sleep";
};
&adc {
- status = "okay";
+ status = "okay";
};
&gpiote {
- status = "okay";
+ status = "okay";
};
&gpio0 {
- status = "okay";
+ status = "okay";
};
&gpio1 {
- status = "okay";
+ status = "okay";
};
&usbd {
- status = "disabled";
- cdc_acm_uart: cdc_acm_uart {
- compatible = "zephyr,cdc-acm-uart";
- label = "CDC_ACM_0";
- };
-};
-
-&uart0 {
- compatible = "nordic,nrf-uarte";
- status = "okay";
- current-speed = <115200>;
- tx-pin = <39>;
- rx-pin = <44>;
- rts-pin = <34>;
- cts-pin = <9>;
+ status = "okay";
};
&flash0 {
- /*
- * For more information, see:
- * http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html
- */
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- sd_partition: partition@0 {
- label = "softdevice";
- reg = <0x00000000 0x00026000>;
- };
- code_partition: partition@26000 {
- label = "code_partition";
- reg = <0x00026000 0x000c6000>;
- };
-
- /*
- * The flash starting at 0x000ec000 and ending at
- * 0x000f3fff is reserved for use by the application.
- */
-
- /*
- * Storage partition will be used by FCB/LittleFS/NVS
- * if enabled.
- */
- storage_partition: partition@ec000 {
- label = "storage";
- reg = <0x000ec000 0x00008000>;
- };
-
- boot_partition: partition@f4000 {
- label = "adafruit_boot";
- reg = <0x000f4000 0x0000c000>;
- };
- };
+ /*
+ * For more information, see:
+ * http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html
+ */
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ sd_partition: partition@0 {
+ label = "softdevice";
+ reg = <0x00000000 0x00026000>;
+ };
+ code_partition: partition@26000 {
+ label = "code_partition";
+ reg = <0x00026000 0x000c6000>;
+ };
+
+ /*
+ * The flash starting at 0x000ec000 and ending at
+ * 0x000f3fff is reserved for use by the application.
+ */
+
+ /*
+ * Storage partition will be used by FCB/LittleFS/NVS
+ * if enabled.
+ */
+ storage_partition: partition@ec000 {
+ label = "storage";
+ reg = <0x000ec000 0x00008000>;
+ };
+
+ boot_partition: partition@f4000 {
+ label = "adafruit_boot";
+ reg = <0x000f4000 0x0000c000>;
+ };
+ };
};
-&spi1 {
- compatible = "nordic,nrf-spim";
- status = "okay";
- mosi-pin = <20>;
- // Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
- sck-pin = <27>;
- miso-pin = <8>;
+&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";
- label = "WS2812";
+ led_strip: ws2812@0 {
+ compatible = "worldsemi,ws2812-spi";
+ label = "WS2812";
- /* SPI */
- reg = <0>;
- spi-max-frequency = <4000000>;
+ /* SPI */
+ reg = <0>;
+ spi-max-frequency = <4000000>;
- /* WS2812 */
- chain-length = <3>; /* number of LEDs */
- spi-one-frame = <0x70>;
- spi-zero-frame = <0x40>;
+ /* WS2812 */
+ chain-length = <3>; /* number of LEDs */
+ spi-one-frame = <0x70>;
+ spi-zero-frame = <0x40>;
- color-mapping = <LED_COLOR_ID_GREEN
+ color-mapping = <LED_COLOR_ID_GREEN
LED_COLOR_ID_RED
LED_COLOR_ID_BLUE>;
- };
+ };
};
diff --git a/config/boards/arm/adv360/adv360.yaml b/config/boards/arm/adv360/adv360.yaml
index 1cefe88..4fa5d6c 100644
--- a/config/boards/arm/adv360/adv360.yaml
+++ b/config/boards/arm/adv360/adv360.yaml
@@ -1,5 +1,5 @@
identifier: adv360
-name: Adv360
+name: Advantage 360 Pro
type: keyboard
arch: arm
toolchain:
diff --git a/config/boards/arm/adv360/adv360.zmk.yml b/config/boards/arm/adv360/adv360.zmk.yml
new file mode 100644
index 0000000..d1a6021
--- /dev/null
+++ b/config/boards/arm/adv360/adv360.zmk.yml
@@ -0,0 +1,16 @@
+file_format: "1"
+id: adv360
+name: Advantage 360 Pro
+type: board
+url: https://kinesis-ergo.com/keyboards/advantage360
+arch: arm
+features:
+ - keys
+ - underglow
+ - backlight
+outputs:
+ - usb
+ - ble
+siblings:
+ - adv360pro_left
+ - adv360pro_right
diff --git a/config/boards/arm/adv360/adv360_left.dts b/config/boards/arm/adv360/adv360_left.dts
index 9509093..87813e8 100644
--- a/config/boards/arm/adv360/adv360_left.dts
+++ b/config/boards/arm/adv360/adv360_left.dts
@@ -8,39 +8,29 @@
#include "adv360.dtsi"
/{
- kscan0: kscan {
- compatible = "zmk,kscan-gpio-matrix";
- label = "KSCAN";
+ kscan0: kscan {
+ compatible = "zmk,kscan-gpio-matrix";
- diode-direction = "col2row";
- row-gpios
- = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio1 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- ;
-
- col-gpios
- = <&gpio0 25 GPIO_ACTIVE_HIGH>
- , <&gpio0 11 GPIO_ACTIVE_HIGH>
- , <&gpio0 2 GPIO_ACTIVE_HIGH>
- , <&gpio0 28 GPIO_ACTIVE_HIGH>
- , <&gpio0 29 GPIO_ACTIVE_HIGH>
- , <&gpio0 30 GPIO_ACTIVE_HIGH>
- , <&gpio0 31 GPIO_ACTIVE_HIGH>
- , <&gpio1 9 GPIO_ACTIVE_HIGH>
- , <&gpio0 12 GPIO_ACTIVE_HIGH>
- , <&gpio0 7 GPIO_ACTIVE_HIGH>
- ;
- };
-
- leds {
- compatible = "gpio-leds";
- blue_led: led_0 {
- gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
- label = "Blue LED";
- };
- };
+ diode-direction = "col2row";
+ row-gpios
+ = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio0 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio1 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ ;
+ col-gpios
+ = <&gpio0 25 GPIO_ACTIVE_HIGH>
+ , <&gpio0 11 GPIO_ACTIVE_HIGH>
+ , <&gpio0 2 GPIO_ACTIVE_HIGH>
+ , <&gpio0 28 GPIO_ACTIVE_HIGH>
+ , <&gpio0 29 GPIO_ACTIVE_HIGH>
+ , <&gpio0 30 GPIO_ACTIVE_HIGH>
+ , <&gpio0 31 GPIO_ACTIVE_HIGH>
+ , <&gpio1 9 GPIO_ACTIVE_HIGH>
+ , <&gpio0 12 GPIO_ACTIVE_HIGH>
+ , <&gpio0 7 GPIO_ACTIVE_HIGH>
+ ;
+ };
};
diff --git a/config/boards/arm/adv360/adv360_left_defconfig b/config/boards/arm/adv360/adv360_left_defconfig
index c880427..33ef88e 100644
--- a/config/boards/arm/adv360/adv360_left_defconfig
+++ b/config/boards/arm/adv360/adv360_left_defconfig
@@ -1,15 +1,11 @@
#
-# Copyright (c) 2021 Polarity Works
+# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_ADV360_LEFT=y
-CONFIG_ZMK_BLE=y
-
-CONFIG_ZMK_SPLIT=y
-CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
# Enable MPU
CONFIG_ARM_MPU=y
@@ -17,10 +13,9 @@ CONFIG_ARM_MPU=y
# enable GPIO
CONFIG_GPIO=y
-
-# Enable SPI
+# Enable SPI for LEDS
+CONFIG_PINCTRL=y
CONFIG_SPI=y
-
CONFIG_SPI_NRFX=y
# Enable writing to flash
@@ -34,28 +29,37 @@ CONFIG_FLASH_MAP=y
# Enable 32kHz crystal
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
-CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y
+CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y
+#RGB leds config
+CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=4
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
-# Use the STRIP config specific to the LEDs you're using
-CONFIG_WS2812_STRIP=y
-CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+#Backlighting configuration
CONFIG_PWM=y
CONFIG_LED_PWM=y
CONFIG_ZMK_BACKLIGHT=y
+CONFIG_ZMK_BACKLIGHT_BRT_START=20
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=y
-CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
-CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
+#BT configuration
+CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+CONFIG_BT_DIS_MANUF="Kinesis Corporation"
+CONFIG_BT_PRIVACY=y
+CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS=y
+CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=600
+CONFIG_BT_PERIPHERAL_PREF_MIN_INT=12
+CONFIG_BT_PERIPHERAL_PREF_MAX_INT=24
+CONFIG_BT_PERIPHERAL_PREF_LATENCY=30
+#Misc configuration
CONFIG_USB_DEVICE_VID=0x29EA
CONFIG_USB_DEVICE_PID=0x0362
CONFIG_USB_DEVICE_MANUFACTURER="Kinesis Corporation"
-CONFIG_BT_DIS_MANUF="Kinesis Corporation"
-
+CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
+CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
CONFIG_BUILD_OUTPUT_UF2=y
diff --git a/config/boards/arm/adv360/adv360_pinctrl.dtsi b/config/boards/arm/adv360/adv360_pinctrl.dtsi
new file mode 100644
index 0000000..7dafcdc
--- /dev/null
+++ b/config/boards/arm/adv360/adv360_pinctrl.dtsi
@@ -0,0 +1,30 @@
+/*
+ * Copyright (c) 2023 The ZMK Contributors
+ * SPDX-License-Identifier: MIT
+ */
+
+&pinctrl {
+ spi3_default: spi3_default {
+ group1 {
+ psels = <NRF_PSEL(SPIM_MOSI, 0, 20)>;
+ };
+ };
+
+ spi3_sleep: spi3_sleep {
+ group1 {
+ psels = <NRF_PSEL(SPIM_MOSI, 0, 20)>;
+ low-power-enable;
+ };
+ };
+ pwm0_default: pwm0_default {
+ group1 {
+ psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
+ };
+ };
+ pwm0_sleep: pwm0_sleep {
+ group1 {
+ psels = <NRF_PSEL(PWM_OUT0, 0, 17)>;
+ low-power-enable;
+ };
+ };
+}; \ No newline at end of file
diff --git a/config/boards/arm/adv360/adv360_right.dts b/config/boards/arm/adv360/adv360_right.dts
index 36f4966..b7d9678 100644
--- a/config/boards/arm/adv360/adv360_right.dts
+++ b/config/boards/arm/adv360/adv360_right.dts
@@ -11,43 +11,33 @@
- kscan0: kscan {
- compatible = "zmk,kscan-gpio-matrix";
- label = "KSCAN";
-
- diode-direction = "col2row";
- row-gpios
- = <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 31 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 30 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- ;
-
- col-gpios
- = <&gpio0 12 GPIO_ACTIVE_HIGH>
- , <&gpio1 9 GPIO_ACTIVE_HIGH>
- , <&gpio0 7 GPIO_ACTIVE_HIGH>
- , <&gpio1 11 GPIO_ACTIVE_HIGH>
- , <&gpio1 10 GPIO_ACTIVE_HIGH>
- , <&gpio1 13 GPIO_ACTIVE_HIGH>
- , <&gpio1 15 GPIO_ACTIVE_HIGH>
- , <&gpio0 3 GPIO_ACTIVE_HIGH>
- , <&gpio0 2 GPIO_ACTIVE_HIGH>
- , <&gpio0 28 GPIO_ACTIVE_HIGH>
- ;
- };
-
- leds {
- compatible = "gpio-leds";
- blue_led: led_0 {
- gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
- label = "Blue LED";
- };
- };
-
+ kscan0: kscan {
+ compatible = "zmk,kscan-gpio-matrix";
+
+ diode-direction = "col2row";
+ row-gpios
+ = <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio0 31 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio0 30 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ , <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ ;
+
+ col-gpios
+ = <&gpio0 12 GPIO_ACTIVE_HIGH>
+ , <&gpio1 9 GPIO_ACTIVE_HIGH>
+ , <&gpio0 7 GPIO_ACTIVE_HIGH>
+ , <&gpio1 11 GPIO_ACTIVE_HIGH>
+ , <&gpio1 10 GPIO_ACTIVE_HIGH>
+ , <&gpio1 13 GPIO_ACTIVE_HIGH>
+ , <&gpio1 15 GPIO_ACTIVE_HIGH>
+ , <&gpio0 3 GPIO_ACTIVE_HIGH>
+ , <&gpio0 2 GPIO_ACTIVE_HIGH>
+ , <&gpio0 28 GPIO_ACTIVE_HIGH>
+ ;
+ };
};
&default_transform {
- col-offset = <10>;
- };
+ col-offset = <10>;
+ };
diff --git a/config/boards/arm/adv360/adv360_right_defconfig b/config/boards/arm/adv360/adv360_right_defconfig
index dd4a9a1..f1eb05f 100644
--- a/config/boards/arm/adv360/adv360_right_defconfig
+++ b/config/boards/arm/adv360/adv360_right_defconfig
@@ -1,14 +1,11 @@
#
-# Copyright (c) 2021 Polarity Works
+# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_ADV360_RIGHT=y
-CONFIG_ZMK_BLE=y
-CONFIG_ZMK_SPLIT=y
-
# Enable MPU
CONFIG_ARM_MPU=y
@@ -16,9 +13,8 @@ CONFIG_ARM_MPU=y
# enable GPIO
CONFIG_GPIO=y
-
-
-# Enable SPI
+# Enable SPI for LEDS
+CONFIG_PINCTRL=y
CONFIG_SPI=y
CONFIG_SPI_NRFX=y
@@ -33,27 +29,28 @@ CONFIG_FLASH_MAP=y
# Enable 32kHz crystal
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
-CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y
+CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y
+#RGB leds config
+CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=4
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
-# Use the STRIP config specific to the LEDs you're using
-CONFIG_WS2812_STRIP=y
-CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+#Backlighting configuration
CONFIG_PWM=y
CONFIG_LED_PWM=y
CONFIG_ZMK_BACKLIGHT=y
+CONFIG_ZMK_BACKLIGHT_BRT_START=20
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=y
-CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
-CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
-
+#Misc configuration
CONFIG_USB_DEVICE_VID=0x29EA
CONFIG_USB_DEVICE_PID=0x0362
CONFIG_USB_DEVICE_MANUFACTURER="Kinesis Corporation"
-
+CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
+CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
CONFIG_BUILD_OUTPUT_UF2=y
diff --git a/config/boards/arm/adv360/board.cmake b/config/boards/arm/adv360/board.cmake
index 4eb4820..3465290 100644
--- a/config/boards/arm/adv360/board.cmake
+++ b/config/boards/arm/adv360/board.cmake
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2021 Polarity Works
+# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
#
diff --git a/config/boards/arm/adv360/macros.dtsi b/config/boards/arm/adv360/macros.dtsi
new file mode 100644
index 0000000..69f6c4f
--- /dev/null
+++ b/config/boards/arm/adv360/macros.dtsi
@@ -0,0 +1,36 @@
+ macro_quotes: macro_quotes {
+ compatible = "zmk,behavior-macro";
+ label = "macro_quotes";
+ #binding-cells = <0>;
+ bindings = <&kp SQT>, <&kp SQT>, <&kp LEFT>;
+ };
+ macro_dquotes: macro_dquotes {
+ compatible = "zmk,behavior-macro";
+ label = "macro_dquotes";
+ #binding-cells = <0>;
+ bindings = <&kp DQT>, <&kp DQT>, <&kp LEFT>;
+ };
+ macro_braces: macro_braces {
+ compatible = "zmk,behavior-macro";
+ label = "macro_braces";
+ #binding-cells = <0>;
+ bindings = <&kp LBRC>, <&kp RBRC>, <&kp LEFT>;
+ };
+ macro_parens: macro_parens {
+ compatible = "zmk,behavior-macro";
+ label = "macro_parens";
+ #binding-cells = <0>;
+ bindings = <&kp LPAR>, <&kp RPAR>, <&kp LEFT>;
+ };
+ macro_brackets: macro_brackets {
+ compatible = "zmk,behavior-macro";
+ label = "macro_brackets";
+ #binding-cells = <0>;
+ bindings = <&kp LBKT>, <&kp RBKT>, <&kp LEFT>;
+ };
+ macro_kinesis: macro_kinesis {
+ compatible = "zmk,behavior-macro";
+ label = "macro_kinesis";
+ #binding-cells = <0>;
+ bindings = <&kp K>, <&kp I>, <&kp N>, <&kp E>, <&kp S>, <&kp I>, <&kp S>;
+ };
diff --git a/config/keymap.json b/config/keymap.json
index c740e08..86b8982 100644
--- a/config/keymap.json
+++ b/config/keymap.json
@@ -30,9 +30,9 @@
], [
"&none ", "&bt BT_SEL 0 ", "&bt BT_SEL 1 ", "&bt BT_SEL 2 ", "&bt BT_SEL 3 ", "&bt BT_SEL 4 ", "&none ", "&trans ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
"&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&bootloader ", "&bootloader ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
- "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&rgb_ug RGB_MEFS_CMD 5 ", "&none", "&bt BT_CLR ", "&bt BT_CLR ", "&bt BT_CLR ", "&rgb_ug RGB_MEFS_CMD 5 ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
- "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
- "&none ", "&none ", "&none ", "&bl BL_INC ", "&bl BL_DEC ", "&none ", "&bl BL_TOG ", "&none ", "&none ", "&bl BL_TOG ", "&rgb_ug RGB_TOG ", "&bl BL_INC ", "&bl BL_DEC ", "&none ", "&none ", "&none"
+ "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none", "&none ", "&bt BT_CLR ", "&none ", "&rgb_ug RGB_MEFS_CMD 5 ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
+ "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none ", "&none",
+ "&none ", "&none ", "&none ", "&none ", "&none ", "&none", "&none", "&none ", "&none ", "&bl BL_TOG ", "&rgb_ug RGB_TOG ", "&bl BL_INC ", "&bl BL_DEC ", "&none ", "&none ", "&none"
]
]
}
diff --git a/config/west.yml b/config/west.yml
index bf3935a..3d195d8 100644
--- a/config/west.yml
+++ b/config/west.yml
@@ -7,7 +7,7 @@ manifest:
projects:
- name: zmk
remote: refil
- revision: adv360-z3
+ revision: adv360-z3.2
import: app/west.yml
self:
path: config