diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-14 21:51:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-14 21:51:52 +0000 |
commit | 35db567c9cee9f065b1c50ecdb66e616d25f0a1b (patch) | |
tree | 5ee77becced6fd8ca3eb3ea00270616110d2a9ed /keyboards/nightly_boards/adellein/encoder_action.h | |
parent | 93929e8d010f8658bdfb758622daf92909add085 (diff) | |
parent | 9e1d04fea77c4da64248e7870b915939a768c5c0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nightly_boards/adellein/encoder_action.h')
-rw-r--r-- | keyboards/nightly_boards/adellein/encoder_action.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/adellein/encoder_action.h b/keyboards/nightly_boards/adellein/encoder_action.h new file mode 100644 index 0000000000..098210d40c --- /dev/null +++ b/keyboards/nightly_boards/adellein/encoder_action.h @@ -0,0 +1,21 @@ +/* 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);
\ No newline at end of file |