logo

qmk_firmware

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

config.h (592B)


  1. #pragma once
  2. #define KEYBOARD_PCB_REV 11
  3. /* key matrix pins */
  4. #if KEYBOARD_PCB_REV == 10
  5. #define MATRIX_ROW_PINS { D2, D3, D4, D5, D6, D7 }
  6. #else
  7. #define MATRIX_ROW_PINS { D2, D3, D4, D5, E6, D7 }
  8. #endif
  9. #define MATRIX_COL_PINS { F0, F1, F2, F3, F4, F5, F6, F7, C7, C6, C5, C4, C3, C2, C1, C0, B0, B1, B2, B3, B4, B5, B6 }
  10. /* COL2ROW or ROW2COL */
  11. #define DIODE_DIRECTION ROW2COL
  12. #define DYNAMIC_MACRO_COUNT 12
  13. #define DYNAMIC_MACRO_SIZE 48
  14. #define DYNAMIC_MACRO_EEPROM_STORAGE
  15. #define DYNAMIC_MACRO_EEPROM_MAGIC_ADDR (uint16_t*)32
  16. #define DYNAMIC_MACRO_EEPROM_BLOCK0_ADDR (uint8_t*)34