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.

17 lines
587 B

  1. # XealouS Brown
  2. My first handwired keyboard. Originally used TMK, now ported in full glory to QMK.
  3. Build log at:
  4. https://sites.google.com/site/xaelous/keyboards/handwired-keyboard
  5. Make example for this keyboard (after setting up your build environment):
  6. make handwired/xealousbrown:default
  7. The brief list of speedhacks to make this keyboard blazing fast:
  8. 1) bit-bash implementation of scanning rows, columns. Very short delay between pin waiting.
  9. 2) Compiling with a few extra flags
  10. 3) Eager-per-key Debouncing algorithm (no 5ms delay before message is sent)
  11. 4) 1000hz polling