Keymap: I got my intern a KBParadise V60 Type R... (#3813)
* new mode for v60 xtonhasvim. still working on it: - need to get indicator lights going - and fun layer properly fleshed out. * status lighting, proper fun layer copied fun layout from keycaps to maximize accessibility * enable power return * support brightness adjustment for indicators * refined brightness setting. is saved in eeprom now * readme. and fixed tilde * more modifiers fall through fun layer * i mean, this kinda works.. * much more reliable way of restoring lights * responded to feedback
This commit is contained in:
parent
4e45119796
commit
78ef62764b
8 changed files with 259 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
p /* Copyright 2015-2017 Christon DeWan
|
||||
/* Copyright 2015-2017 Christon DeWan
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -20,16 +20,17 @@ p /* Copyright 2015-2017 Christon DeWan
|
|||
|
||||
#include "xtonhasvim.h"
|
||||
|
||||
|
||||
extern uint8_t user_rgb_mode;
|
||||
extern LED_TYPE shadowed_led[];
|
||||
|
||||
void start_firey_return(void);
|
||||
|
||||
#endif //_fancy_lighting_h
|
||||
#endif //RGBLIGHT_ENABLE
|
||||
void start_firey_return(void);
|
||||
|
||||
enum xtonhasvim_rgbmodes {
|
||||
BREATH_FIRE = 1,
|
||||
FADE_BACK
|
||||
};
|
||||
|
||||
#endif //RGBLIGHT_ENABLE
|
||||
#endif //_fancy_lighting_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue