Draytronics Daisy Configurator Refactor (#13325)

* correct layout data

* use LAYOUT as layout macro name

The defined LAYOUT_daisy is functional, but Configurator expects LAYOUT through the info.json file. As the board only supports one layout according to the open-source PCB files, use LAYOUT as the defined macro per QMK guidelines.

* add layout macro alias
This commit is contained in:
James Young
2021-06-25 20:24:42 -07:00
committed by GitHub
parent 39b1dc7672
commit 03791ed92a
3 changed files with 7 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
#define LAYOUT_daisy( \
#define LAYOUT( \
K00, K03, \
K10, K11, K12, K13, \
K20, K21, K22, K23 \