summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/encoder_actions.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-19 23:50:09 +0000
committerQMK Bot <hello@qmk.fm>2022-08-19 23:50:09 +0000
commitf1ac92ac63b85151369e82ccdcbf4ac372933aaa (patch)
tree53d4b498ab63e9da156b28c05fa37aa8dc5e26ec /keyboards/work_louder/encoder_actions.h
parent4a8bed844d6c41a41008695be0cb8150dda9fe3d (diff)
parent39f0fb7beaaf3a1e6ac8d52db0bc51ed786fad17 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/work_louder/encoder_actions.h')
-rw-r--r--keyboards/work_louder/encoder_actions.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/work_louder/encoder_actions.h b/keyboards/work_louder/encoder_actions.h
deleted file mode 100644
index 2484af52ae..0000000000
--- a/keyboards/work_louder/encoder_actions.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright 2020 Neil Brian Ramirez
- *
- * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include "quantum.h"
-
-void encoder_action_unregister(void);
-
-void encoder_action_register(uint8_t index, bool clockwise);