diff options
author | Kamel Makhloufi <742898+melka@users.noreply.github.com> | 2020-05-19 23:42:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 22:42:09 +0100 |
commit | 1044519f3666667d576fc448be0d7569c1969db7 (patch) | |
tree | f517aab157c8a67ee0072331dc90529342331ae5 /keyboards/xd60/keymaps/melka/passwd_template.h | |
parent | 209942366b7da264d349c37ac6f4f69a3484b526 (diff) | |
download | qmk_firmware-1044519f3666667d576fc448be0d7569c1969db7.tar.gz |
Added custom keymap with french mac layout. (#9115)
* Added custom keymap with french mac layout.
* Update keyboards/xd60/keymaps/melka/config.h
Tested on my branch, seems to work well, thanks @drashna !
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/xd60/keymaps/melka/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/xd60/keymaps/melka/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/xd60/keymaps/melka/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Comitted changes from merge request
- Removed rules.mk
Co-authored-by: Kamel Makhloufi <fabmanager@esaaa.fr>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xd60/keymaps/melka/passwd_template.h')
-rw-r--r-- | keyboards/xd60/keymaps/melka/passwd_template.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/xd60/keymaps/melka/passwd_template.h b/keyboards/xd60/keymaps/melka/passwd_template.h new file mode 100644 index 000000000..a78de6d40 --- /dev/null +++ b/keyboards/xd60/keymaps/melka/passwd_template.h @@ -0,0 +1,10 @@ +/* +To define your password, rename this file to passwd.h and edit the defines below. + +Security Note: While it is possible to use macros to send passwords, credit card numbers, +and other sensitive information it is a supremely bad idea to do so. Anyone who gets a hold +of your keyboard will be able to access that information by opening a text editor. +*/ + +#define PASSWORD_A "enter your first password here" +#define PASSWORD_B "second password if you need" |