Skip to content

Commit

Permalink
Renamed Board directory and all children to allow metadata to work
Browse files Browse the repository at this point in the history
  • Loading branch information
LOWPROKB committed Oct 18, 2022
1 parent 75cc154 commit a34c1be
Show file tree
Hide file tree
Showing 56 changed files with 9 additions and 9 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#

config BOARD_CORNEISH_ZEN_V2_LEFT
bool "corne-ish zen left v2"
bool "corneish zen left v2"
depends on SOC_NRF52840_QIAA

config BOARD_CORNEISH_ZEN_V2_RIGHT
bool "corne-ish zen right v2"
bool "corneish zen right v2"
depends on SOC_NRF52840_QIAA
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif # BOARD_CORNEISH_ZEN_V2_RIGHT
if BOARD_CORNEISH_ZEN_V2_LEFT || BOARD_CORNEISH_ZEN_V2_RIGHT

config BOARD
default "corne-ish_zen"
default "corneish_zen"

config ZMK_SPLIT
default y
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
identifier: corne-ish_zen_v2
identifier: corneish_zen_v2
name: Corne-ish Zen v2
type: keyboard
arch: arm
Expand All @@ -17,4 +17,4 @@ supported:
- can
- kscan
- ble
- adc
- adc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "corne-ish_zen.dtsi"
#include "corneish_zen.dtsi"

/{
chosen {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
*/

#include "corne-ish_zen.keymap"
#include "corneish_zen.keymap"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

#include "corne-ish_zen.dtsi"
#include "corneish_zen.dtsi"

/{
chosen {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
*/

#include "corne-ish_zen.keymap"
#include "corneish_zen.keymap"

0 comments on commit a34c1be

Please sign in to comment.