Skip to content

Commit

Permalink
Change keyboard name
Browse files Browse the repository at this point in the history
  • Loading branch information
crides committed Aug 25, 2021
1 parent 346266a commit 054da20
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/boards/arm/fissure/Kconfig.defconfig
@@ -1,14 +1,9 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT

if BOARD_FISSURE_LEFT
config ZMK_KEYBOARD_NAME
default "Fissure Left"
endif

if BOARD_FISSURE_RIGHT
config ZMK_KEYBOARD_NAME
default "Fissure Right"
default "Fissure"
endif

if BOARD_FISSURE_LEFT || BOARD_FISSURE_RIGHT
Expand Down

0 comments on commit 054da20

Please sign in to comment.