From 1d3b9eea940908d02b6c2deda5d744a73cd838da Mon Sep 17 00:00:00 2001 From: walkerstop Date: Fri, 25 Jan 2019 16:57:15 -0700 Subject: [Keyboard] Support for Wheat Field Peripherals blocked 65% PCB (#4763) * Basic Fanoe support (no LED yet) * Enable RGB lights * Backlighting support * Change to reflect Wheat Field brand of Fanoe PCB * Hot swap variant * Fix review comment issues * Fix review issues * Corrected rules.mk * Change naming to avoid using possibly copyrighted names * Added info.json * Corrected manufacturer name in info.json * Keymap updates * Add layout for use with ws2812b and such * Fixes based on code review --- keyboards/wheatfield/blocked65/keymaps/walker/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/wheatfield/blocked65/keymaps/walker/config.h (limited to 'keyboards/wheatfield/blocked65/keymaps/walker/config.h') diff --git a/keyboards/wheatfield/blocked65/keymaps/walker/config.h b/keyboards/wheatfield/blocked65/keymaps/walker/config.h new file mode 100644 index 000000000..e7c26d1d0 --- /dev/null +++ b/keyboards/wheatfield/blocked65/keymaps/walker/config.h @@ -0,0 +1,9 @@ +#pragma once + +#define RGB_DI_PIN E2 +#define RGBLIGHT_ANIMATIONS +#undef RGBLED_NUM +#define RGBLED_NUM 72 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 -- cgit v1.2.3-24-g4f1b