File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 392
392
TRAILING_NONES
393
393
>;
394
394
};
395
+ #if defined ARDUX_BIG
396
+ bt {
397
+ display-name = "BT";
398
+ bindings = <
399
+ BIG_LEADING_NONES
400
+ &none &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 ARDUX_BT_TOP
401
+ BIG_BETWEEN_ROW_ONE_TWO_NONES
402
+ &none &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_SEL 5 ARDUX_BT_BOTTOM
403
+ BIG_BETWEEN_ROW_TWO_THREE_NONES
404
+ &none &none &none &none &none
405
+ BIG_BETWEEN_ROW_THREE_THUMBS
406
+ &none &sys_reset &bootloader
407
+ BIG_TRAILING_NONES
408
+ >;
409
+ };
410
+ #else
395
411
bt {
396
412
display-name = "BT";
397
413
bindings = <
402
418
TRAILING_NONES
403
419
>;
404
420
};
421
+ #endif
405
422
mouse {
406
423
display-name = "Mouse";
407
424
bindings = <
525
542
TRAILING_NONES
526
543
>;
527
544
};
545
+ #if defined ARDUX_BIG
546
+ bt {
547
+ display-name = "BT";
548
+ bindings = <
549
+ BIG_LEADING_NONES
550
+ ARDUX_BT_TOP &bt BT_SEL 2 &bt BT_SEL 1 &bt BT_SEL 0 &none
551
+ BIG_BETWEEN_ROW_ONE_TWO_NONES
552
+ ARDUX_BT_BOTTOM &bt BT_SEL 5 &bt BT_SEL 4 &bt BT_SEL 3 &none
553
+ BIG_BETWEEN_ROW_TWO_THREE_NONES
554
+ &none &none &none &none &none
555
+ BIG_BETWEEN_ROW_THREE_THUMBS
556
+ &bootloader &sys_reset &none
557
+ BIG_TRAILING_NONES
558
+ >;
559
+ };
560
+ #else
528
561
bt {
529
562
display-name = "BT";
530
563
bindings = <
535
568
TRAILING_NONES
536
569
>;
537
570
};
571
+ #endif
538
572
mouse {
539
573
display-name = "Mouse";
540
574
bindings = <
You can’t perform that action at this time.
0 commit comments