diff options
Diffstat (limited to 'keyboards/lyso1/lck75/lck75.c')
-rw-r--r-- | keyboards/lyso1/lck75/lck75.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/lyso1/lck75/lck75.c b/keyboards/lyso1/lck75/lck75.c index 55650681ac..af0cdc6467 100644 --- a/keyboards/lyso1/lck75/lck75.c +++ b/keyboards/lyso1/lck75/lck75.c @@ -12,19 +12,7 @@ * 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 "lck75.h" - -bool encoder_update_kb(uint8_t index, bool clockwise) { - if (!encoder_update_user(index, clockwise)) return false; - if (index == 0) { - if (clockwise) { - tap_code(KC_VOLU); - } else { - tap_code(KC_VOLD); - } - } - return true; -} +#include "quantum.h" #define IDLE_FRAMES 5 #define IDLE_SPEED 30 |