2
0
drashna 8 лет назад
Родитель
Сommit
be0d49ba63

+ 10 - 0
keyboards/ergodox/ez/keymaps/drashna-custom/Makefile

@@ -0,0 +1,10 @@
+TAP_DANCE_ENABLE = yes
+LAYER_UNDERGLOW_LIGHTING = yes
+SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
+COMMAND_ENABLE   = no  # Commands for debug and configuration
+RGBLIGHT_ENABLE = yes
+MIDI_ENABLE = no
+
+ifndef QUANTUM_DIR
+	include ../../../../Makefile
+endif

+ 8 - 0
keyboards/ergodox/ez/keymaps/drashna-custom/config.h

@@ -0,0 +1,8 @@
+
+#include "../../config.h"
+
+
+#define TAPPING_TERM 200
+
+
+#define LAYER_UNDERGLOW_LIGHTING

Разница между файлами не показана из-за своего большого размера
+ 669 - 0
keyboards/ergodox/ez/keymaps/drashna-custom/keymap.c