mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Fix adv360pro mapping name
This commit is contained in:
parent
d0c749b53d
commit
5971b6cf09
@ -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"
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user