logo

qmk_firmware

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

oled_display.c (372B)


  1. /*
  2. There are several ways to create your own keymap oled code:
  3. * Add the oled code to your keymaps/<keymap_name>/keymap.c.
  4. * Create a new file in your keymaps/<keymap_name>/ directory, add the oled code, and add `SRC + = <filename>` to keymaps/<keymap_name>/rules.mk.
  5. * Copy keymaps/default/oled_display.c to your keymaps/<keymap_name>/ directory and modify it.
  6. */