From f4ccb76692e7eb2d88e274465c0b9486c468f4db Mon Sep 17 00:00:00 2001 From: Harshit Goel--HOME Date: Sun, 26 Jun 2022 13:19:28 +0530 Subject: [PATCH] update adv name, restore conf file --- app/boards/shields/pteron36/Kconfig.defconfig | 9 +-------- app/boards/shields/pteron36/pteron36.conf | 11 ++++++++++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app/boards/shields/pteron36/Kconfig.defconfig b/app/boards/shields/pteron36/Kconfig.defconfig index 142f2e26..9ffb42b4 100644 --- a/app/boards/shields/pteron36/Kconfig.defconfig +++ b/app/boards/shields/pteron36/Kconfig.defconfig @@ -1,20 +1,13 @@ if SHIELD_PTERON36_LEFT config ZMK_KEYBOARD_NAME - default "Pteron36 Left" + default "Pteron36" config ZMK_SPLIT_BLE_ROLE_CENTRAL default y endif -if SHIELD_PTERON36_RIGHT - -config ZMK_KEYBOARD_NAME - default "Pteron36 Right" - -endif - if SHIELD_PTERON36_LEFT || SHIELD_PTERON36_RIGHT config ZMK_SPLIT diff --git a/app/boards/shields/pteron36/pteron36.conf b/app/boards/shields/pteron36/pteron36.conf index 09edbc3d..f730efeb 100644 --- a/app/boards/shields/pteron36/pteron36.conf +++ b/app/boards/shields/pteron36/pteron36.conf @@ -1 +1,10 @@ -#CONFIG_ZMK_DISPLAY=y \ No newline at end of file + +# Copyright (c) 2022 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Uncomment the following line to enable the Lotus58 OLED Display +# CONFIG_ZMK_DISPLAY=y + +# Uncomment these two lines to add support for encoders +# CONFIG_EC11=y +# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y \ No newline at end of file