diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-09-13 22:18:58 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-14 20:48:28 -0400 |
commit | e42590a049f256953ba7edfa4d7cd7f8280731b9 (patch) | |
tree | a5db14a230250673e3fce2264ed4dfcf1e28a491 /app/boards/arm/ferris/Kconfig.board | |
parent | 647110e5e5adef98a133f5f65b212110e614309b (diff) |
feat(board): Add Ferris 0.2 boards
* Onboard stm32f072 with mcp23018 IO expander.
* No underglow support yet.
* Miryoku inspired default layout.
Diffstat (limited to 'app/boards/arm/ferris/Kconfig.board')
-rw-r--r-- | app/boards/arm/ferris/Kconfig.board | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/arm/ferris/Kconfig.board b/app/boards/arm/ferris/Kconfig.board new file mode 100644 index 0000000..ad96271 --- /dev/null +++ b/app/boards/arm/ferris/Kconfig.board @@ -0,0 +1,8 @@ +# Ferris board configuration + +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config BOARD_FERRIS + bool "Ferris rev 0.2" + depends on SOC_STM32F072XB |