diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2022-03-08 06:45:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 19:45:30 -0800 |
commit | 249bc3a5c58607d71534cb538a8c76565557849a (patch) | |
tree | 254e1ba6731762341765bf1f862791c455164c5f /keyboards/winry/winry315/keymaps/via/encoder_actions.h | |
parent | 86966fce69369fe4f82efcab9540805b26632967 (diff) |
[Keyboard] Add Winry315 keyboard (#15894)
Diffstat (limited to 'keyboards/winry/winry315/keymaps/via/encoder_actions.h')
-rw-r--r-- | keyboards/winry/winry315/keymaps/via/encoder_actions.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/winry/winry315/keymaps/via/encoder_actions.h b/keyboards/winry/winry315/keymaps/via/encoder_actions.h new file mode 100644 index 0000000000..2484af52ae --- /dev/null +++ b/keyboards/winry/winry315/keymaps/via/encoder_actions.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); |