mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 13:02:45 -10:00
style: clean up spacing
This commit is contained in:
parent
3888ae0d04
commit
660b54e022
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user