diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-28 12:27:42 -0500 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-11-28 12:27:42 -0500 |
commit | 5776f39667c82e1053b46fd12d8c6faa5b5acf81 (patch) | |
tree | 09ae5d0941f28382f59fe08527ef8be5c7882d26 /keyboards/handwired/promethium/keymaps/priyadi/config.h | |
parent | e3c735e400e6e7e78cbc9dfb17626e6066d8cf80 (diff) | |
parent | 1585fc4b616cb28b8d4a418cd31c8ce0dd64f731 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/handwired/promethium/keymaps/priyadi/config.h')
-rw-r--r-- | keyboards/handwired/promethium/keymaps/priyadi/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/keymaps/priyadi/config.h b/keyboards/handwired/promethium/keymaps/priyadi/config.h new file mode 100644 index 0000000000..8b78c0dc4f --- /dev/null +++ b/keyboards/handwired/promethium/keymaps/priyadi/config.h @@ -0,0 +1,17 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +/* bootmagic salt key */ +#define BOOTMAGIC_KEY_SALT KC_ESC + +/* skip bootmagic and eeconfig */ +#define BOOTMAGIC_KEY_SKIP KC_SPACE + +#define PREVENT_STUCK_MODIFIERS + +#define RGB_DI_PIN B5 +#define RGBSPS_NUM 57 + +#endif |