logo

qmk_firmware

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

km_template.txt (347B)


  1. /* keymap.c is auto-generated, don't edit it directly.
  2. * Further instructions are provided in readme.md */
  3. #include QMK_KEYBOARD_H
  4. enum unicode_name {
  5. //<enum/>
  6. };
  7. const uint32_t unicode_map[] PROGMEM = {
  8. //<uc_map/>
  9. };
  10. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  11. //<keymaps/>
  12. };
  13. /* vi: ft=c:tw=80:sw=2:ts=2:sts=2:et
  14. */