summaryrefslogtreecommitdiffstats
path: root/keyboards/naked48/rev1/serial_config_simpleapi.h
diff options
context:
space:
mode:
authorSalicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>2019-10-21 04:03:46 +0900
committerDrashna Jaelre <drashna@live.com>2019-10-20 12:03:46 -0700
commit233a1e9bcd3328b28b6fc303a70da84e35342d0b (patch)
tree362df141153167269974b483a349578589152748 /keyboards/naked48/rev1/serial_config_simpleapi.h
parenta41066beedebefc12245c3eee4bb90116c11f7cd (diff)
[Keyboard] Keyboard Naked48 Update (#7085)
* Keyboard Naked48 Update Support for SPLIT_KEYBOARD Readme updates Keymap updates Support for RGB matrix (salicylic keymap) * Keymap Update Change KC_NO to KC_TRANSPARENT. Update the old part.
Diffstat (limited to 'keyboards/naked48/rev1/serial_config_simpleapi.h')
-rw-r--r--keyboards/naked48/rev1/serial_config_simpleapi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/naked48/rev1/serial_config_simpleapi.h b/keyboards/naked48/rev1/serial_config_simpleapi.h
deleted file mode 100644
index e2d22a41e7..0000000000
--- a/keyboards/naked48/rev1/serial_config_simpleapi.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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