Fix streamcheap 2x4 config
This commit is contained in:
parent
9748ff7e1e
commit
43c3b5aa7f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
if SHIELD_STREAM_CHEAP
|
if SHIELD_STREAM_CHEAP || SHIELD_STREAM_CHEAP_2X4
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "Stream Cheap"
|
default "Stream Cheap"
|
||||||
|
|
|
@ -3,3 +3,6 @@
|
||||||
|
|
||||||
config SHIELD_STREAM_CHEAP
|
config SHIELD_STREAM_CHEAP
|
||||||
def_bool $(shields_list_contains,stream_cheap)
|
def_bool $(shields_list_contains,stream_cheap)
|
||||||
|
|
||||||
|
config SHIELD_STREAM_CHEAP_2X4
|
||||||
|
def_bool $(shields_list_contains,stream_cheap_2x4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue