Skip to content

Commit

Permalink
Try ZMK-Helper moethod for portuguese keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaël Memeteau committed Feb 5, 2025
1 parent a8aa131 commit 877896c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
* SPDX-License-Identifier: MIT
*/

#define HOST_OS 2

#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/ext_power.h>

#include "keys_pt.h"
// #include "keys_pt.h"
#include "zmk-helpers/helper.h"
#include "zmk-helpers/unicode-chars/portuguese.dtsi"
#include "zmk-helpers/unicode-chars/french.dtsi"
Expand Down Expand Up @@ -41,7 +43,8 @@
};

c_cedilla {
bindings = <&kp PT_C_CEDILLA>;
// bindings = <&kp PT_C_CEDILLA>;
bindings = <&pt_c_cedilla>;
key-positions = <12 22>;
};

Expand Down

0 comments on commit 877896c

Please sign in to comment.