From 9b8a2d38a055d7026896f4a91bac8a347261ac0f Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Fri, 17 Mar 2023 17:41:56 -0400 Subject: [PATCH] Style formatting change on zmk.yml file extension --- app/boards/shields/obe/boards/pillbug.overlay | 2 +- app/boards/shields/obe/{obe.yml => obe.zmk.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/boards/shields/obe/{obe.yml => obe.zmk.yml} (100%) diff --git a/app/boards/shields/obe/boards/pillbug.overlay b/app/boards/shields/obe/boards/pillbug.overlay index 64311597..83307834 100644 --- a/app/boards/shields/obe/boards/pillbug.overlay +++ b/app/boards/shields/obe/boards/pillbug.overlay @@ -35,4 +35,4 @@ chosen { zmk,underglow = &led_strip; }; -}; \ No newline at end of file +}; diff --git a/app/boards/shields/obe/obe.yml b/app/boards/shields/obe/obe.zmk.yml similarity index 100% rename from app/boards/shields/obe/obe.yml rename to app/boards/shields/obe/obe.zmk.yml