style: clean up spacing

This commit is contained in:
honorless 2024-11-17 16:10:58 -05:00
parent 3888ae0d04
commit 660b54e022
No known key found for this signature in database
GPG Key ID: 1B48A311ABE8DA4D
3 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2022 Darryl deHaan # Copyright (c) 2024 The ZMK Contributors
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# #
@ -7,9 +7,6 @@ config BOARD_CORNE_LEFT
bool "corne left" bool "corne left"
depends on SOC_NRF52840_QIAA depends on SOC_NRF52840_QIAA
config BOARD_CORNE_RIGHT config BOARD_CORNE_RIGHT
bool "corne right" bool "corne right"
depends on SOC_NRF52840_QIAA depends on SOC_NRF52840_QIAA

View File

@ -125,6 +125,7 @@ zephyr_udc0: &usbd {
sd_partition: partition@0 { sd_partition: partition@0 {
reg = <0x00000000 0x00026000>; reg = <0x00000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
reg = <0x00026000 0x000c6000>; reg = <0x00026000 0x000c6000>;
}; };
@ -132,9 +133,7 @@ zephyr_udc0: &usbd {
/* /*
* The flash starting at 0x000ec000 and ending at * The flash starting at 0x000ec000 and ending at
* 0x000f3fff is reserved for use by the application. * 0x000f3fff is reserved for use by the application.
*/ *
/*
* Storage partition will be used by FCB/LittleFS/NVS * Storage partition will be used by FCB/LittleFS/NVS
* if enabled. * if enabled.
*/ */

View File

@ -14,4 +14,4 @@ outputs:
- ble - ble
siblings: siblings:
- corne_left - corne_left
- corne_right - corne_right