summaryrefslogtreecommitdiff
path: root/users/danielo515/process_records.c
diff options
context:
space:
mode:
authorDaniel Rodríguez Rivero <rdanielo@gmail.com>2021-01-11 07:55:20 +0100
committerGitHub <noreply@github.com>2021-01-10 22:55:20 -0800
commit135d28d2fb3234dab3ef5353b47ec5838534e39d (patch)
tree5b34c6cca12017fcd6088f3d4734ee8a75f66f7f /users/danielo515/process_records.c
parentfd80b2581e0345c3aebeb200e3451773fef77728 (diff)
[Keymap] Danielo515/redox_w (#11340)
* chore: pulled the latest from master Bring my redox layout from my latest redox branch Bring my latest user stuff from my redox branch * Update users/danielo515/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * chore: some more layouts * feat: add gaming layer (has a bug) * chore: more gaming layout * chore: deactivate gaming layer when switching * chore: simplify gaming toggle * Update .vscode/settings.json Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/danielo515/process_records.c')
-rw-r--r--users/danielo515/process_records.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/danielo515/process_records.c b/users/danielo515/process_records.c
index 22a46789ad..1f4b94a5ad 100644
--- a/users/danielo515/process_records.c
+++ b/users/danielo515/process_records.c
@@ -70,9 +70,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case QWERTY:
if (record->event.pressed) {
-#ifdef AUDIO_ENABLE
- PLAY_SONG(tone_qwerty);
-#endif
layer_on(_QWERTY);
}
return false;