qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

Quick removal of deprecated defines in legacy kb's in IDOBAO folder

Open vinorodrigues opened this issue 1 year ago • 0 comments

Description

Quick edit of older KB in the IDOBAO folder to remove deprecation warnings being generated at qmk.tzarc.io.

image

Removes:

  • #define QMK_KEYS_PER_SCAN from 1x kb
  • #define RGBLIGHT_ANIMATIONS (and adds animation list) from 5x kb's

Types of Changes

  • [ ] Core
  • [x] Bugfix
  • [ ] New feature
  • [ ] Enhancement/optimization
  • [x] Keyboard (addition or update)
  • [ ] Keymap/layout/userspace (addition or update)
  • [ ] Documentation

Issues Fixed or Closed by This PR

{self reported}

Checklist

  • [x] My code follows the code style of this project: C, Python
  • [x] I have read the PR Checklist document and have made the appropriate changes.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.
  • [x] I have tested the changes and verified that they work and don't break anything (as well as I can manage).

vinorodrigues avatar Sep 14 '22 10:09 vinorodrigues