1
0
Fork 0

adds support for preonic rev 3

This commit is contained in:
Jack Humbert 2018-07-19 23:57:13 -04:00
parent 0284431ad9
commit 1572375bfb
21 changed files with 3223 additions and 16 deletions

View file

@ -68,14 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
/* ws2812 RGB LED */
#define RGB_DI_PIN D1
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 28 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
/*
* Feature disable options
* These options are also useful to firmware size reduction.