mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-22 04:33:19 +00:00
minor header file fixes
This commit is contained in:
parent
784805adc7
commit
c14fe92ebf
@ -27,7 +27,7 @@
|
||||
#define ASDF_NUM_ROWS 8
|
||||
#define ASDF_NUM_COLS 8
|
||||
#define ASDF_ACTION 0x80
|
||||
#define ASDF_INVALID_CODE 0x80
|
||||
#define ASDF_INVALID_CODE ASDF_ACTION
|
||||
// an action code is not a valid keycode.
|
||||
|
||||
// for efficiency on 8-bit machines, use 8 columns per row. For 16 columns per
|
||||
|
@ -81,7 +81,7 @@ void asdf_repeat_deactivate(void);
|
||||
// should be repeated to the output.
|
||||
uint8_t asdf_repeat(void);
|
||||
|
||||
#endif // !defined (FILENAME_H)
|
||||
#endif // !defined (ASDF_REPEAT_H)
|
||||
|
||||
//-------|---------|---------+---------+---------+---------+---------+---------+
|
||||
// Above line is 80 columns, and should display completely in the editor.
|
||||
|
Loading…
Reference in New Issue
Block a user