aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/naked48/rev1/serial_config.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.h
parenta41066beedebefc12245c3eee4bb90116c11f7cd (diff)
downloadfirmware-233a1e9bcd3328b28b6fc303a70da84e35342d0b.tar.gz
firmware-233a1e9bcd3328b28b6fc303a70da84e35342d0b.tar.bz2
firmware-233a1e9bcd3328b28b6fc303a70da84e35342d0b.zip
[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.h')
-rw-r--r--keyboards/naked48/rev1/serial_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/naked48/rev1/serial_config.h b/keyboards/naked48/rev1/serial_config.h
deleted file mode 100644
index 37135213d..000000000
--- a/keyboards/naked48/rev1/serial_config.h
+++ /dev/null
@@ -1,8 +0,0 @@
-//// #error rev2 serial config
-
-#ifndef SOFT_SERIAL_PIN
-/* Soft Serial defines */
-#define SOFT_SERIAL_PIN D2
-
-#define SERIAL_USE_MULTI_TRANSACTION
-#endif