OpenAnnePro / qmk_firmware

This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
https://qmk.fm
GNU General Public License v2.0
196 stars 64 forks source link

Refactor and style changes #8

Closed iojcde closed 4 years ago

iojcde commented 4 years ago
  1. Move custom keycodes from keymap files to the keyboard thing

  2. Merge record thing from keymaps to already existing record thing in annepro2.c (already there for bluetooth key stuff)

  3. Change handler for KC_AP_LED_ON so it changes the keymap before the user sees it

  4. Add custom keycodes to switch led profiles

5.Improve readability in code

There isn't anything new, I just moved the bits around so they make more sense and it seams to work a little faster.