From e42590a049f256953ba7edfa4d7cd7f8280731b9 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 13 Sep 2021 22:18:58 -0400 Subject: feat(board): Add Ferris 0.2 boards * Onboard stm32f072 with mcp23018 IO expander. * No underglow support yet. * Miryoku inspired default layout. --- app/boards/arm/ferris/ferris_rev02.zmk.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/boards/arm/ferris/ferris_rev02.zmk.yml (limited to 'app/boards/arm/ferris/ferris_rev02.zmk.yml') diff --git a/app/boards/arm/ferris/ferris_rev02.zmk.yml b/app/boards/arm/ferris/ferris_rev02.zmk.yml new file mode 100644 index 0000000..da3a7f5 --- /dev/null +++ b/app/boards/arm/ferris/ferris_rev02.zmk.yml @@ -0,0 +1,10 @@ +file_format: "1" +id: ferris_rev02 +name: Ferris 0.2 +type: board +arch: arm +features: + - keys +outputs: + - usb +url: https://github.com/pierrechevalier83/ferris/tree/main/0.2 -- cgit v1.2.3