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.

19 lines
895 B

  1. OLED_ENABLE = yes # Enables the use of OLED displays
  2. OLED_DRIVER = SSD1306
  3. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  4. NKRO_ENABLE = yes # Enable N-Key Rollover
  5. ENCODER_ENABLE = no # Disable Rotary Encoder
  6. SPACE_CADET_ENABLE = no # Disable Space Cadet Shift
  7. GRAVE_ESC_ENABLE = no # Disable Grave Escape
  8. MOUSEKEY_ENABLE = no # Disable Mousekeys
  9. WPM_ENABLE = yes # Enable WPM Counter (Works with default wpm files, but works better with vectorstorm updated wpm.c and wpm.h -> https://github.com/vectorstorm/qmk_firmware/tree/wpm_exact)
  10. KEY_OVERRIDE_ENABLE = yes # Enable Key Overrides
  11. CONSOLE_ENABLE = no
  12. DEBOUNCE_TYPE = sym_eager_pk
  13. BOOTLOADER = hid # This Keymap Uses nanoBoot, more info in readme
  14. BOOTLOADER_SIZE = 512
  15. PROGRAM_CMD = $(HID_BOOTLOADER_CLI) -mmcu=$(MCU) -w -v $(BUILD_DIR)/$(TARGET).hex
  16. SRC += oled.c