forked from kofal.net/zmk
Add support for keeb.io fourier split keyboard (#1056)
* Add support for keeb.io fourier * Update app/boards/shields/fourier/fourier_right.overlay Co-authored-by: Nick Winans <nick@winans.codes> * Update app/boards/shields/fourier/fourier_left.overlay Co-authored-by: Nick Winans <nick@winans.codes> * Convert spaces to tabs in .dtsi Co-authored-by: Nick Winans <nick@winans.codes>
This commit is contained in:
20
app/boards/shields/fourier/Kconfig.defconfig
Normal file
20
app/boards/shields/fourier/Kconfig.defconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
if SHIELD_FOURIER_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Fourier"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_FOURIER_LEFT || SHIELD_FOURIER_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user