forked from forks/qmk_firmware
1044519f36
* 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>
11 lines
456 B
C
11 lines
456 B
C
/*
|
|
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"
|