From e446eddca9f838f0c7f4784cfac2d083a018ba21 Mon Sep 17 00:00:00 2001 From: Dylan Khor Date: Thu, 5 Oct 2017 13:22:58 -0400 Subject: Adding my Roadkit keymap (#1798) * Initial khord roadkit keymap * Remove bad readme * Transfer dot through to layer 2 and add clarifications to layout comments --- keyboards/roadkit/keymaps/khord/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/roadkit/keymaps/khord/config.h (limited to 'keyboards/roadkit/keymaps/khord/config.h') diff --git a/keyboards/roadkit/keymaps/khord/config.h b/keyboards/roadkit/keymaps/khord/config.h new file mode 100644 index 000000000..da6ed7189 --- /dev/null +++ b/keyboards/roadkit/keymaps/khord/config.h @@ -0,0 +1,15 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here +#define TAPPING_TERM 175 + +#ifdef BACKLIGHT_ENABLE + #define BACKLIGHT_PIN B5 + #define BACKLIGHT_LEVELS 3 + #define BACKLIGHT_ON_STATE 0 +#endif + +#endif -- cgit v1.2.3