From 660b54e02260cf01994e1aa7239e744383a36de1 Mon Sep 17 00:00:00 2001 From: honorless <86894501+lesshonor@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:10:58 -0500 Subject: [PATCH] style: clean up spacing --- config/boards/arm/corne/Kconfig.board | 5 +---- config/boards/arm/corne/corne.dtsi | 5 ++--- config/boards/arm/corne/corne.zmk.yml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config/boards/arm/corne/Kconfig.board b/config/boards/arm/corne/Kconfig.board index 8886156..ccdf020 100644 --- a/config/boards/arm/corne/Kconfig.board +++ b/config/boards/arm/corne/Kconfig.board @@ -1,5 +1,5 @@ # -# Copyright (c) 2022 Darryl deHaan +# Copyright (c) 2024 The ZMK Contributors # SPDX-License-Identifier: MIT # @@ -7,9 +7,6 @@ config BOARD_CORNE_LEFT bool "corne left" depends on SOC_NRF52840_QIAA - config BOARD_CORNE_RIGHT bool "corne right" depends on SOC_NRF52840_QIAA - - diff --git a/config/boards/arm/corne/corne.dtsi b/config/boards/arm/corne/corne.dtsi index fc2384d..d078258 100644 --- a/config/boards/arm/corne/corne.dtsi +++ b/config/boards/arm/corne/corne.dtsi @@ -125,6 +125,7 @@ zephyr_udc0: &usbd { sd_partition: partition@0 { reg = <0x00000000 0x00026000>; }; + code_partition: partition@26000 { reg = <0x00026000 0x000c6000>; }; @@ -132,9 +133,7 @@ zephyr_udc0: &usbd { /* * 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. */ diff --git a/config/boards/arm/corne/corne.zmk.yml b/config/boards/arm/corne/corne.zmk.yml index d7bae05..562427d 100644 --- a/config/boards/arm/corne/corne.zmk.yml +++ b/config/boards/arm/corne/corne.zmk.yml @@ -14,4 +14,4 @@ outputs: - ble siblings: - corne_left - - corne_right \ No newline at end of file + - corne_right