1
0
Fork 0
zmk-ardux/config/boards/shields/the_paintbrush/the_paintbrush_left.keymap
2022-04-30 13:08:42 -04:00

32 lines
559 B
Plaintext

/*
* Copyright (c) 2021 Mike "KemoNine" Crosson
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
// Left/Right
#define ARDUX_LEFT 1
// ARTS Row
#define KEY_A 3
#define KEY_R 2
#define KEY_T 1
#define KEY_S 0
// EYIO Row
#define KEY_E 7
#define KEY_Y 6
#define KEY_I 5
#define KEY_O 4
// Define Offsets
#define LEADING_NONES NONE(0,0,0)
#define MIDDLE_NONES NONE(0, 0, 0)
#define TRAILING_NONES NONE(0, 0, 0)
// Include main ardux.io keymap
#include "../../../ardux.dtsi"