Skip to content

Commit e1c8c36

Browse files
committed
Add Teensy 4.0 board to CI
1 parent 8cd7aa9 commit e1c8c36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
board: ['Arduino Leonardo (Serial)', 'Arduino Leonardo (XInput)', 'Teensy 3.2']
16+
board: ['Arduino Leonardo (Serial)', 'Arduino Leonardo (XInput)', 'Teensy 3.2', 'Teensy 4.0']
1717
include:
1818
- board: 'Arduino Leonardo (Serial)'
1919
fqbn: arduino:avr:leonardo
2020
- board: 'Arduino Leonardo (XInput)'
2121
fqbn: xinput:avr:leonardo
2222
- board: 'Teensy 3.2'
2323
fqbn: teensy:avr:teensy31:usb=xinput,speed=72,opt=o2std,keys=en-us
24+
- board: 'Teensy 4.0'
25+
fqbn: teensy:avr:teensy40:usb=xinput,speed=600,opt=o2std,keys=en-us
2426

2527
steps:
2628
- name: Checkout

0 commit comments

Comments
 (0)