lower case

This commit is contained in:
etiennelepagel 2022-03-14 11:16:18 -04:00
parent a7b5e07c2c
commit ba49e138a1
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
if SHIELD_MACH3 if SHIELD_MACH3
config ZMK_KEYBOARD_NAME config ZMK_KEYBOARD_NAME
default "MACH3" default "mach3"
endif # BOARD_MACH3 endif # BOARD_MACH3

View file

@ -1,2 +1,2 @@
config SHIELD_MACH3 config SHIELD_MACH3
def_bool $(shields_list_contains,MACH3) def_bool $(shields_list_contains,mach3)

View file

@ -1,6 +1,6 @@
file_format: "1" file_format: "1"
id: MACH3 id: mach3
name: MACH3 name: mach3
type: shield type: shield
url: https://machkeyboards.com url: https://machkeyboards.com
requires: [pro_micro] requires: [pro_micro]