This commit is contained in:
skullY 2020-02-29 09:49:42 -08:00
parent f513a9193c
commit c4aa18363e
144 changed files with 66 additions and 928 deletions

View file

@ -161,11 +161,7 @@ webusb_pos_t webusb_keymap[] = {
};
#endif
#ifndef RAW_ENABLE
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
#else
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#endif
if (record->event.pressed) {
switch(keycode) {
#ifdef RGBLIGHT_ENABLE