diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-05-09 21:30:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 21:30:35 -0700 |
commit | 7023940427a0c10add926accf658d68216125490 (patch) | |
tree | c6fedbb10726820dfd8046f1dea8afb0af611dd5 /keyboards/stello65/beta/encoder_actions.h | |
parent | e3fbc4fdea915fd502b57208d6545bbaed950cae (diff) |
Stello65 Beta Layout Additions and Clean-Up (#20824)
* add matrix_diagram.md
* info.json: apply friendly formatting
* remove encoder hack
Converts the rotary encoder hack to Encoder Map with QMK Configurator fallback.
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_tsangan_split_bs
* add LAYOUT_65_ansi_blocker_tsangan
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_split_bs
* add LAYOUT_65_iso_blocker_tsangan_split_bs
* add LAYOUT_65_iso_blocker_tsangan
* enable Community Layout support
* Apply suggestions from code review
Diffstat (limited to 'keyboards/stello65/beta/encoder_actions.h')
-rw-r--r-- | keyboards/stello65/beta/encoder_actions.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/stello65/beta/encoder_actions.h b/keyboards/stello65/beta/encoder_actions.h deleted file mode 100644 index 1a7fb72014..0000000000 --- a/keyboards/stello65/beta/encoder_actions.h +++ /dev/null @@ -1,23 +0,0 @@ -/* 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/>. - */ - -#pragma once - -#include "quantum.h" - -void encoder_action_unregister(void); - -void encoder_action_register(uint8_t index, bool clockwise); |