qmk_firmware/keyboards/xd60/keymaps/melka/config.h
Kamel Makhloufi 1044519f36
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>
2020-05-19 22:42:09 +01:00

20 lines
381 B
C

#pragma once
#if __GNUC__ > 5
# if __has_include("passwd.h")
# include "passwd.h"
# endif // if file exists
#endif // __GNUC__
#ifndef PASSWORD_A
#define PASSWORD_A "1234567890"
#endif
#ifndef PASSWORD_B
#define PASSWORD_B "pass123"
#endif
#define RGBLIGHT_LAYERS
#define LSPO_KEYS KC_LSFT, KC_TRNS, KC_5
#define RSPC_KEYS KC_RSFT, KC_TRNS, KC_MINS