summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/keymaps/priyadi/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-02-16 15:48:58 +0100
committerGitHub <noreply@github.com>2017-02-16 15:48:58 +0100
commit0b76f4f5085b35d94f9efda25fbae6f8b0404ae7 (patch)
treee75d1a7a6f15216fd17f6e28c48d573c7993b3dc /keyboards/handwired/promethium/keymaps/priyadi/config.h
parent77b6ac831eb58e753cc666c66a67e9a9be369061 (diff)
parentac04fe03015c875f2d796f573ed42aeb9eebb267 (diff)
downloadqmk_firmware-0b76f4f5085b35d94f9efda25fbae6f8b0404ae7.tar.gz
qmk_firmware-0b76f4f5085b35d94f9efda25fbae6f8b0404ae7.tar.xz
Merge pull request #1103 from priyadi/promethium
My keymap updates
Diffstat (limited to 'keyboards/handwired/promethium/keymaps/priyadi/config.h')
-rw-r--r--keyboards/handwired/promethium/keymaps/priyadi/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/keymaps/priyadi/config.h b/keyboards/handwired/promethium/keymaps/priyadi/config.h
index 53059ca7d..3f5dd5817 100644
--- a/keyboards/handwired/promethium/keymaps/priyadi/config.h
+++ b/keyboards/handwired/promethium/keymaps/priyadi/config.h
@@ -3,6 +3,8 @@
#include "../../config.h"
+#define PRIYADI_PROMETHIUM
+
/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC
@@ -11,8 +13,9 @@
#define PREVENT_STUCK_MODIFIERS
-#define RGB_DI_PIN B5
-#define RGBSPS_NUM 57
+#define RGBSPS_ENABLE
+
+#define UNICODE_TYPE_DELAY 0
#define LAYOUT_DVORAK
#define LAYOUT_COLEMAK
@@ -20,5 +23,6 @@
#define LAYOUT_WORKMAN
#define DOUBLESPACE_LAYER_ENABLE
+// #define TOLELOT_ENABLE
#endif