From d754266a6d93b9280f95e1b53aeccf5d50487f1f Mon Sep 17 00:00:00 2001 From: andresteare <69868218+andresteare@users.noreply.github.com> Date: Tue, 16 Feb 2021 15:10:49 -0300 Subject: [Keyboard] Added two handwired keyboards (#11696) Co-authored-by: Ryan --- keyboards/handwired/oem_iso_fullsize/readme.md | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 keyboards/handwired/oem_iso_fullsize/readme.md (limited to 'keyboards/handwired/oem_iso_fullsize/readme.md') diff --git a/keyboards/handwired/oem_iso_fullsize/readme.md b/keyboards/handwired/oem_iso_fullsize/readme.md new file mode 100644 index 0000000000..47aba78653 --- /dev/null +++ b/keyboards/handwired/oem_iso_fullsize/readme.md @@ -0,0 +1,30 @@ +# oem_iso_fullsize + +![top view](https://i.imgur.com/Pm5Vz1P.jpg) + +I handwired a Gamdias 7 Colors that had a dead PCB and manage to revive it with a teensy + +* Keyboard Maintainer: [Andres Teare](https://github.com/andresteare) +* Hardware Supported: Teensy++ 2.0 +* Hardware Availability: got the teensy from aliexpress +Make example for this keyboard (after setting up your build environment): + + make handwired/oem_iso_fullsize:default + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +I didn't manage to make backlighting to work properly, because it looks like I need a LED driver, but if you have this keyboard and already have an LED driver, here are the respective resistor you need to wire to the teensy +*Row 0, resistor R132, Pin A1 +*Row 1, R131, Pin B5 +*Row 2, R130, Pin E4 +*Row 3, R129, Pin A2 +*Row 4, R128, Pin E5 +*Row 5, R127, Pin A7 + +These line are specifically to my pinout so it's probably not essencial for you +#define DIODE_DIRECTION ROW2COL +#define LED_CAPS_LOCK_PIN C7 +#define LED_SCROLL_LOCK_PIN A3 +#define LED_NUM_LOCK_PIN C6 +#define BACKLIGHT_PINS { B5, E5, E4, A7, A1, A2 } +#define BACKLIGHT_LEVELS 1 \ No newline at end of file -- cgit v1.2.3