@@ -77,13 +77,13 @@ export const DEVICE_CONFIGS: Record<string, KnownDeviceConfig> = {
7777 name : "6 Keys 1 Knob" ,
7878 config : {
7979 buttons : [
80- { pin : 33 , activeLow : true , ledIndex : - 1 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "Enter" , 0 ) } ,
81- { pin : 32 , activeLow : true , ledIndex : 0 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "1" , 0 ) } ,
82- { pin : 14 , activeLow : true , ledIndex : 1 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "2" , 0 ) } ,
83- { pin : 15 , activeLow : true , ledIndex : 2 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "3" , 0 ) } ,
84- { pin : 16 , activeLow : true , ledIndex : 3 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "4" , 0 ) } ,
85- { pin : 17 , activeLow : true , ledIndex : 4 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "5" , 0 ) } ,
86- { pin : 11 , activeLow : true , ledIndex : 5 , bootloaderOnBoot : false , bootloaderChordMember : false , function : seq ( "6" , 0 ) } ,
80+ { pin : 33 , activeLow : true , ledIndex : - 1 , bootloaderOnBoot : true , bootloaderChordMember : false , function : seq ( "Enter" , 0 ) } ,
81+ { pin : 32 , activeLow : true , ledIndex : 0 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "1" , 0 ) } ,
82+ { pin : 14 , activeLow : true , ledIndex : 1 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "2" , 0 ) } ,
83+ { pin : 15 , activeLow : true , ledIndex : 2 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "3" , 0 ) } ,
84+ { pin : 16 , activeLow : true , ledIndex : 3 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "4" , 0 ) } ,
85+ { pin : 17 , activeLow : true , ledIndex : 4 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "5" , 0 ) } ,
86+ { pin : 11 , activeLow : true , ledIndex : 5 , bootloaderOnBoot : false , bootloaderChordMember : true , function : seq ( "6" , 0 ) } ,
8787 ] ,
8888 encoders : [
8989 { pinA : 31 , pinB : 30 , clockwise : func ( "hid_consumer_volume_up" ) , counterClockwise : func ( "hid_consumer_volume_down" ) } ,
0 commit comments