summaryrefslogtreecommitdiff
path: root/keyboards/ck60i/ck60i.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ck60i/ck60i.c')
-rw-r--r--keyboards/ck60i/ck60i.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ck60i/ck60i.c b/keyboards/ck60i/ck60i.c
index 7e5cd33218..b102aad40c 100644
--- a/keyboards/ck60i/ck60i.c
+++ b/keyboards/ck60i/ck60i.c
@@ -16,15 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ck60i.h"
-
-bool encoder_update_kb(uint8_t index, bool clockwise) {
- if (!encoder_update_user(index, clockwise)) return false;
- if (index == 0) { /* First encoder */
- if (clockwise) {
- tap_code(KC_VOLU);
- } else {
- tap_code(KC_VOLD);
- }
- }
- return true;
-}