summaryrefslogtreecommitdiffstats
path: root/keyboards/pearlboards/zeuspad/zeuspad.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pearlboards/zeuspad/zeuspad.c')
-rw-r--r--keyboards/pearlboards/zeuspad/zeuspad.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/keyboards/pearlboards/zeuspad/zeuspad.c b/keyboards/pearlboards/zeuspad/zeuspad.c
index 3f7367fb49..c618289912 100644
--- a/keyboards/pearlboards/zeuspad/zeuspad.c
+++ b/keyboards/pearlboards/zeuspad/zeuspad.c
@@ -14,25 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "zeuspad.h"
-
-// Encoder rotate function
-#ifdef ENCODER_ENABLE
-bool encoder_update_kb(uint8_t index, bool clockwise) {
- if (!encoder_update_user(index, clockwise)) {
- return false;
- }
- /* First encoder */
- if (index == 0) {
- if (clockwise) {
- tap_code_delay(KC_AUDIO_VOL_UP, 10);
- } else {
- tap_code_delay(KC_AUDIO_VOL_DOWN, 10);
- }
- }
- return true;
-}
-#endif
+#include "quantum.h"
// 21 characters max
#ifdef OLED_ENABLE
[cgit] Unable to lock slot /tmp/cgit/cc000000.lock: Permission denied (13)