Fix adv360pro mapping name

This commit is contained in:
Manna Harbour 2023-07-12 21:27:28 +10:00
parent d0c749b53d
commit 5971b6cf09
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// Copyright 2022 Manna Harbour
// Copyright 2023 Manna Harbour
// https://github.com/manna-harbour/miryoku
#include "../miryoku/custom_config.h"
#include "../miryoku/mapping/82/adv360.h"
#include "../miryoku/mapping/82/adv360pro.h"
#include "../miryoku/miryoku.dtsi"

View File

@ -1,11 +1,11 @@
// Copyright 2022 Manna Harbour
// https://github.com/manna-harbour/miryoku
#if !defined (MIRYOKU_LAYOUTMAPPING_ADV360)
#if !defined (MIRYOKU_LAYOUTMAPPING_ADV360PRO)
#define XXX &none
#define MIRYOKU_LAYOUTMAPPING_ADV360( \
#define MIRYOKU_LAYOUTMAPPING_ADV360PRO( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \
@ -19,4 +19,4 @@ XXX XXX XXX XXX XXX K32 K33 K34 K35 K36 K37
#endif
#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_ADV360
#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_ADV360PRO