diff options
| author | Ryan | 2023-04-15 13:07:32 +0200 |
|---|---|---|
| committer | GitHub | 2023-04-15 13:07:32 +0200 |
| commit | a84528f85392ccab60fd7130fecb83972539367f (patch) | |
| tree | 4484e8b5dd0120c896ac2dabb70c2f727bae55ba /keyboards/keyprez/bison/bison.c | |
| parent | 54634e92634f73a6d9111833adf58214cb4278c3 (diff) | |
Move remaining `LAYOUT`s to data driven (#20422)
Diffstat (limited to 'keyboards/keyprez/bison/bison.c')
| -rw-r--r-- | keyboards/keyprez/bison/bison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keyprez/bison/bison.c b/keyboards/keyprez/bison/bison.c index 30e0cdbe2b..2106ae8c2c 100644 --- a/keyboards/keyprez/bison/bison.c +++ b/keyboards/keyprez/bison/bison.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bison.h" +#include "quantum.h" bool encoder_update_kb(uint8_t index, bool clockwise) { if (!encoder_update_user(index, clockwise)) { return false; } |