zmk/app/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.keymap
Michael Len 55bb6dbdea Added a board based on the NRF52 DK
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.
2022-10-27 21:01:31 -07:00

21 lines
350 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>
/ {
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp Z &kp M &kp K &kp LEFT_SHIFT
>;
};
};
};