logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2239B)


  1. # oem_ansi_fullsize
  2. ![oem_ansi_fullsize](https://imgur.com/a/Tw7dwK4)
  3. This is a basic layout for a full-sized ANSI board. It should be compatible with any 100% full-sized layout, for example [RobotDoctor's MECH-104](https://www.thingiverse.com/thing:4205065).
  4. * Keyboard Maintainer: [Cian Johnston](https://github.com/johnstcn)
  5. * Hardware Supported: Teensy®++ 2.0 as it has enough pins for the matrix.
  6. * Hardware Availability: [pjrc.com](https://www.pjrc.com/store/teensypp.html)
  7. The pin layout I used is shown below. Change it as you wish, but be sure to avoid pin D6!
  8. ```
  9. ┌──────┐
  10. ┌────┴──────┴────┐
  11. +5V │o o│ GND
  12. CL <== B6 │o o│ B7 ==> CE
  13. CK <== B5 │o o│ D0 ==> CD
  14. CJ <== B4 │o o│ D1 ==> CC
  15. CI <== B3 │o o│ D2 ==> CB
  16. CH <== B2 │o o│ D3 ==> CA
  17. CG <== B1 │o o│ D4 ==> C9
  18. CF <== B0 │o o│ D5 ==> C8
  19. E7 │o o│ D6 ==> NOPE
  20. C7 <== E6 │o o│ D7 ==> C6
  21. GND │o o│ E0 ==> C5
  22. RST │o o│ E1 ==> C4
  23. R5 <== F0 │o o│ C0 ==> C3
  24. R4 <== F1 │o A0 o o A4 o│ C1 ==> C2
  25. R3 <== F2 │o A1 o o A5 o│ C2 ==> C1
  26. R2 <== F3 │o A2 o o A6 o│ C3 ==> C0
  27. R1 <== F4 │o A3 o o A7 o│ C4
  28. R0 <== F5 │o o│ C5
  29. F6 │o o│ C6
  30. F7 │o o o o o│ C7
  31. └────────────────┘
  32. R G +
  33. S N 5
  34. T D V
  35. ```
  36. Make example for this keyboard (after setting up your build environment):
  37. make handwired/oem_ansi_fullsize:default
  38. Flashing example for this keyboard:
  39. make handwired/oem_ansi_fullsize:default:flash
  40. 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).