diff options
author | marksard <38324387+marksard@users.noreply.github.com> | 2019-04-04 14:56:22 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-03 22:56:22 -0700 |
commit | debd902a3d5788beab8580a26c84d7db2365a638 (patch) | |
tree | 5d45358a2655fbbd2d5ecd5941a5fad61de5fd51 /keyboards/treadstone48/rev1/serial_config_simpleapi.h | |
parent | 4f4fad83737546db6dd04af9e26320ef7d0610dd (diff) |
[Keyboard] add treeadstone48 (#5405)
* Keyboard: add treeadstone48
* rename layout defines
* Use of pragma once
* move common include code
* fixed info.json
* change keymap layout from kc to normal
* fix alpha revision keymap
* fixed info.json
* remove USE_Link_Time_Optimization
Diffstat (limited to 'keyboards/treadstone48/rev1/serial_config_simpleapi.h')
-rw-r--r-- | keyboards/treadstone48/rev1/serial_config_simpleapi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/treadstone48/rev1/serial_config_simpleapi.h b/keyboards/treadstone48/rev1/serial_config_simpleapi.h new file mode 100644 index 0000000000..e2d22a41e7 --- /dev/null +++ b/keyboards/treadstone48/rev1/serial_config_simpleapi.h @@ -0,0 +1,8 @@ +#ifndef SERIAL_CONFIG_SIMPLEAPI_H +#define SERIAL_CONFIG_SIMPLEAPI_H + +#undef SERIAL_USE_MULTI_TRANSACTION +#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 +#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 + +#endif // SERIAL_CONFIG_SIMPLEAPI_H |