From 5572608d17b7353590137c31cb427aa7860514ce Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:09:37 -0800 Subject: [PATCH 1/6] typer active version --- config/corne.conf | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 974243c..33d03a4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,17 @@ -# Uncomment the following lines to enable the Corne RGB Underglow -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y +# Uncomment the following line to enable deep sleep +# CONFIG_ZMK_SLEEP=y + +# Uncomment the following line to increase the keyboard's wireless range +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# Enable eager debouncing +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10 + +# Enable ZMK Studio for Realtime Keymap Updates +CONFIG_ZMK_STUDIO=y +CONFIG_ZMK_STUDIO_LOCKING=n + +# Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) +# CONFIG_ZMK_USB_LOGGING=y -# Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y From fd3a907d170bccc7c9c9667c94e2152b5c975f4d Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:09:54 -0800 Subject: [PATCH 2/6] typer active version --- build.yaml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/build.yaml b/build.yaml index 0849aba..32bcddc 100644 --- a/build.yaml +++ b/build.yaml @@ -1,9 +1,8 @@ -# This file generates the GitHub Actions matrix. -# For simple board + shield combinations, add them to the top level board and -# shield arrays, for more control, add individual board + shield combinations -# to the `include` property. You can also use the `cmake-args` property to -# pass flags to the build command, `snippet` to add a Zephyr snippet, and -# `artifact-name` to assign a name to distinguish build outputs from each other: +# This file generates the GitHub Actions matrix +# For simple board + shield combinations, add them +# to the top level board and shield arrays, for more +# control, add individual board + shield combinations to +# the `include` property, e.g: # # board: [ "nice_nano_v2" ] # shield: [ "corne_left", "corne_right" ] @@ -11,15 +10,11 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 -# - board: nice_nano_v2 -# shield: corne_left -# snippet: studio-rpc-usb-uart -# cmake-args: -DCONFIG_ZMK_STUDIO=y -# artifact-name: corne_left_with_studio # --- include: - board: nice_nano_v2 - shield: corne_left + shield: corne_left nice_view_adapter nice_view + snippet: studio-rpc-usb-uart - board: nice_nano_v2 - shield: corne_right + shield: corne_right nice_view_adapter nice_view From 721629daaaf7717507e52fc60a8cd9299fa58dc3 Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:10:12 -0800 Subject: [PATCH 3/6] removed empty dir --- boards/shields/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 boards/shields/.gitkeep diff --git a/boards/shields/.gitkeep b/boards/shields/.gitkeep deleted file mode 100644 index e69de29..0000000 From 1e35df9b7652eee54d19fbc91d776248023fa73c Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:10:51 -0800 Subject: [PATCH 4/6] removed empty dir --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 32bcddc..b6dc626 100644 --- a/build.yaml +++ b/build.yaml @@ -10,7 +10,7 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 -# + --- include: - board: nice_nano_v2 From ab5bade47c3e28a053aedfe3ee979422ddb3417f Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:12:02 -0800 Subject: [PATCH 5/6] typer active version --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index b6dc626..32bcddc 100644 --- a/build.yaml +++ b/build.yaml @@ -10,7 +10,7 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 - +# --- include: - board: nice_nano_v2 From 6a0442b7be4ceab208027d16793157cc33bf30f6 Mon Sep 17 00:00:00 2001 From: Darren Victoriano Date: Sat, 25 Jan 2025 18:17:00 -0800 Subject: [PATCH 6/6] reverted comment --- build.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/build.yaml b/build.yaml index 32bcddc..4f34ddd 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,9 @@ -# This file generates the GitHub Actions matrix -# For simple board + shield combinations, add them -# to the top level board and shield arrays, for more -# control, add individual board + shield combinations to -# the `include` property, e.g: +# This file generates the GitHub Actions matrix. +# For simple board + shield combinations, add them to the top level board and +# shield arrays, for more control, add individual board + shield combinations +# to the `include` property. You can also use the `cmake-args` property to +# pass flags to the build command, `snippet` to add a Zephyr snippet, and +# `artifact-name` to assign a name to distinguish build outputs from each other: # # board: [ "nice_nano_v2" ] # shield: [ "corne_left", "corne_right" ] @@ -10,6 +11,11 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 +# - board: nice_nano_v2 +# shield: corne_left +# snippet: studio-rpc-usb-uart +# cmake-args: -DCONFIG_ZMK_STUDIO=y +# artifact-name: corne_left_with_studio # --- include: