diff options
| author | Christon DeWan <cmdpix@mac.com> | 2018-08-31 11:28:14 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-08-31 08:28:14 -0700 |
| commit | 78ef62764bfba2b7cb1fb34e477953c16c7a926d (patch) | |
| tree | f80ca9cdd3f022ba81471d6b602bdcf14c232f81 /users/xtonhasvim/xtonhasvim.h | |
| parent | 4e45119796049f1c2f9e0c99a0ad6f0f932691b5 (diff) | |
| download | qmk_firmware-78ef62764bfba2b7cb1fb34e477953c16c7a926d.tar.gz qmk_firmware-78ef62764bfba2b7cb1fb34e477953c16c7a926d.zip | |
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
Diffstat (limited to 'users/xtonhasvim/xtonhasvim.h')
| -rw-r--r-- | users/xtonhasvim/xtonhasvim.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/xtonhasvim/xtonhasvim.h b/users/xtonhasvim/xtonhasvim.h index 5ff4932a4..2d6670a5e 100644 --- a/users/xtonhasvim/xtonhasvim.h +++ b/users/xtonhasvim/xtonhasvim.h | |||
| @@ -22,11 +22,9 @@ | |||
| 22 | 22 | ||
| 23 | #define X_____X KC_NO | 23 | #define X_____X KC_NO |
| 24 | 24 | ||
| 25 | bool process_record_xtonhasvim(uint16_t keycode, keyrecord_t *record); | ||
| 26 | |||
| 27 | enum xtonhasvim_keycodes { | 25 | enum xtonhasvim_keycodes { |
| 28 | DUMMY = SAFE_RANGE, | 26 | // 20: give keyboard-specific codes some room |
| 29 | FIREY_RETURN, // kick off special effects | 27 | FIREY_RETURN = SAFE_RANGE + 20, // kick off special effects |
| 30 | VIM_START, // bookend for vim states | 28 | VIM_START, // bookend for vim states |
| 31 | VIM_A, | 29 | VIM_A, |
| 32 | VIM_B, | 30 | VIM_B, |
