aboutsummaryrefslogtreecommitdiff
path: root/users/xulkal
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2020-05-05 07:54:26 -0500
committerGitHub <noreply@github.com>2020-05-05 13:54:26 +0100
commitdc00942be158b7ec70ed94f13e78703005888c0f (patch)
tree3beb81984e1fbb6db47f923c4f035c3745d0c588 /users/xulkal
parente8f842e798a76ade8c813f89d9dbf3f3dc1f6cfb (diff)
downloadqmk_firmware-dc00942be158b7ec70ed94f13e78703005888c0f.tar.gz
qmk_firmware-dc00942be158b7ec70ed94f13e78703005888c0f.zip
Xulkal Changes (#9004)
* Xulkal Changes * Fixing alt keymap
Diffstat (limited to 'users/xulkal')
-rw-r--r--users/xulkal/config.h7
-rw-r--r--users/xulkal/layouts.h2
-rw-r--r--users/xulkal/process_records.c2
3 files changed, 6 insertions, 5 deletions
diff --git a/users/xulkal/config.h b/users/xulkal/config.h
index 4b05ea4ec..e000b97ac 100644
--- a/users/xulkal/config.h
+++ b/users/xulkal/config.h
@@ -17,9 +17,10 @@
17#undef RGB_MATRIX_KEYRELEASES 17#undef RGB_MATRIX_KEYRELEASES
18#undef RGB_MATRIX_FRAMEBUFFER_EFFECTS 18#undef RGB_MATRIX_FRAMEBUFFER_EFFECTS
19#else 19#else
20#define RGB_MATRIX_KEYPRESSES 20# define RGB_MATRIX_KEYPRESSES
21#undef RGB_MATRIX_KEYRELEASES 21# undef RGB_MATRIX_KEYRELEASES
22#define RGB_MATRIX_FRAMEBUFFER_EFFECTS 22# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
23# define ENABLE_TYPING_HEATMAP_DISTANCE_CHECK
23#endif 24#endif
24 25
25// No need for the single versions when multi performance isn't a problem =D 26// No need for the single versions when multi performance isn't a problem =D
diff --git a/users/xulkal/layouts.h b/users/xulkal/layouts.h
index d4b708418..63e73c32e 100644
--- a/users/xulkal/layouts.h
+++ b/users/xulkal/layouts.h
@@ -68,7 +68,7 @@
68 68
69 /* LOWER Layout 69 /* LOWER Layout
70 * ,-----------------------------------------. ,-----------------------------------------. 70 * ,-----------------------------------------. ,-----------------------------------------.
71 * | |RGBMD |RGBRMD|RGBTOG| | | | | | | | | | 71 * | |RGBMD |RGBRMD|RGBTOG| | | | | | | SLCK | NLCK | DEL |
72 * |------+------+------+------+------+------| |------+------+------+------+------+------| 72 * |------+------+------+------+------+------| |------+------+------+------+------+------|
73 * | SPDI | SAI | VAI | HUI | RESET| | | | | 7 | 8 | 9 | | 73 * | SPDI | SAI | VAI | HUI | RESET| | | | | 7 | 8 | 9 | |
74 * |------+------+------+------+------+------| |------+------+------+------+------+------| 74 * |------+------+------+------+------+------| |------+------+------+------+------+------|
diff --git a/users/xulkal/process_records.c b/users/xulkal/process_records.c
index ca2376145..b6a4e5cfa 100644
--- a/users/xulkal/process_records.c
+++ b/users/xulkal/process_records.c
@@ -37,7 +37,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record)
37 reset_keyboard(); 37 reset_keyboard();
38 } 38 }
39 return false; 39 return false;
40#ifdef RGB_MATRIX_TOG_LAYERS 40#if defined(RGB_MATRIX_TOG_LAYERS) && defined(RGB_ENABLE)
41 case RGB_TOG: 41 case RGB_TOG:
42 if (record->event.pressed) { 42 if (record->event.pressed) {
43 rgb_matrix_increase_flags(); 43 rgb_matrix_increase_flags();