diff options
| author | stein3 <stein3@gmail.com> | 2020-10-06 07:15:41 -0700 |
|---|---|---|
| committer | stein3 <stein3@gmail.com> | 2020-10-06 07:15:41 -0700 |
| commit | 2e402741a89c5eec8cf30c966ce6f36d6ec9249b (patch) | |
| tree | 3592e8c5e6bd19943ae55db7fc02a5f755afbb51 /tmk_core/protocol/lufa/outputselect.h | |
| parent | 3e5e4f74272c610bb9fa737f674f8e65ed6100ca (diff) | |
| parent | 2013f6313430b977e557e482d30daa279a46e75d (diff) | |
| download | qmk_firmware-2e402741a89c5eec8cf30c966ce6f36d6ec9249b.tar.gz qmk_firmware-2e402741a89c5eec8cf30c966ce6f36d6ec9249b.zip | |
Merge branch 'master' into meteor
Diffstat (limited to 'tmk_core/protocol/lufa/outputselect.h')
| -rw-r--r-- | tmk_core/protocol/lufa/outputselect.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/outputselect.h b/tmk_core/protocol/lufa/outputselect.h index 24fe4daa2..7f7ed00b9 100644 --- a/tmk_core/protocol/lufa/outputselect.h +++ b/tmk_core/protocol/lufa/outputselect.h | |||
| @@ -12,6 +12,10 @@ You should have received a copy of the GNU General Public License | |||
| 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #pragma once | ||
| 16 | |||
| 17 | #include <stdint.h> | ||
| 18 | |||
| 15 | enum outputs { | 19 | enum outputs { |
| 16 | OUTPUT_AUTO, | 20 | OUTPUT_AUTO, |
| 17 | 21 | ||
| @@ -37,4 +41,4 @@ enum outputs { | |||
| 37 | void set_output(uint8_t output); | 41 | void set_output(uint8_t output); |
| 38 | void set_output_user(uint8_t output); | 42 | void set_output_user(uint8_t output); |
| 39 | uint8_t auto_detect_output(void); | 43 | uint8_t auto_detect_output(void); |
| 40 | uint8_t where_to_send(void); \ No newline at end of file | 44 | uint8_t where_to_send(void); |
