Created a self-contained board meant as a sample project on the NRF52 DK. Allows for a super easy starting point for any developer learning ZMK with the development kit.
23 lines
281 B
YAML
23 lines
281 B
YAML
identifier: nrf52dk_nrf52832
|
|
name: nRF52-DK-NRF52832
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 64
|
|
flash: 512
|
|
supported:
|
|
- adc
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
- arduino_spi
|
|
- ble
|
|
- gpio
|
|
- counter
|
|
- nvs
|
|
- i2c
|
|
- pwm
|
|
- spi
|
|
- watchdog
|