update adv name, restore conf file
This commit is contained in:
parent
966934f239
commit
f4ccb76692
2 changed files with 11 additions and 9 deletions
app/boards/shields/pteron36
|
@ -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
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
#CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
# 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
|
Loading…
Add table
Reference in a new issue