You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

  1. # oem_iso_fullsize
  2. ![top view](https://i.imgur.com/Pm5Vz1P.jpg)
  3. I handwired a Gamdias 7 Colors that had a dead PCB and manage to revive it with a teensy
  4. * Keyboard Maintainer: [Andres Teare](https://github.com/andresteare)
  5. * Hardware Supported: Teensy++ 2.0
  6. * Hardware Availability: got the teensy from aliexpress
  7. Make example for this keyboard (after setting up your build environment):
  8. make handwired/oem_iso_fullsize:default
  9. 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).
  10. 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
  11. *Row 0, resistor R132, Pin A1
  12. *Row 1, R131, Pin B5
  13. *Row 2, R130, Pin E4
  14. *Row 3, R129, Pin A2
  15. *Row 4, R128, Pin E5
  16. *Row 5, R127, Pin A7
  17. These line are specifically to my pinout so it's probably not essencial for you
  18. #define DIODE_DIRECTION ROW2COL
  19. #define LED_CAPS_LOCK_PIN C7
  20. #define LED_SCROLL_LOCK_PIN A3
  21. #define LED_NUM_LOCK_PIN C6
  22. #define BACKLIGHT_PINS { B5, E5, E4, A7, A1, A2 }
  23. #define BACKLIGHT_LEVELS 1