|
@@ -13,6 +13,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
#include "rev5.h"
|
|
|
|
|
|
+#ifdef ENCODER_ENABLE
|
|
|
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|
|
if (!encoder_update_user(index, clockwise)) { return false; }
|
|
|
if (index == 0) {
|
|
@@ -30,3 +31,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|
|
}
|
|
|
return false;
|
|
|
}
|
|
|
+#endif
|