Skip to content

Commit

Permalink
Refactor custom configuration and add Portuguese key definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaël Memeteau committed Feb 5, 2025
1 parent d138e51 commit 324d616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/ext_power.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 @@ -39,7 +41,7 @@
};

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

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions extra/custom_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#pragma once

#define MIRYOKU_EXTRA_QWERTY
#define MIRYOKU_CLIPBOARD_MAC

#include <dt-bindings/zmk/hid_usage.h>
#include <dt-bindings/zmk/hid_usage_pages.h>
#include <dt-bindings/zmk/modifiers.h>
Expand Down

0 comments on commit 324d616

Please sign in to comment.