/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include #include // Enable ARDUX Right #define ARDUX_RIGHT 1 // ARTS Row #define KEY_A 1 #define KEY_R 2 #define KEY_T 3 #define KEY_S 4 // EYIO Row #define KEY_E 6 #define KEY_Y 7 #define KEY_I 8 #define KEY_O 9 // Define Offsets #define LEADING_NONES NONE(0,0,1) #define MIDDLE_NONES NONE(0,0,1) #define TRAILING_NONES NONE(0,0,7) // Include main ardux.io keymap #include "../../../ardux.dtsi"