1
0
Fork 0

Clean up Force NKRO in config.h (#19718)

This commit is contained in:
Ryan 2023-01-31 07:45:41 +11:00 committed by GitHub
parent d84a7351ea
commit b867522f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
625 changed files with 11 additions and 13108 deletions

View file

@ -31,18 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST
/*
* Magic Key Options
*
* Magic keys are hotkey commands that allow control over firmware functions of
* the keyboard. They are best used in combination with the HID Listen program,
* found here: https://www.pjrc.com/teensy/hid_listen.html
*
* The options below allow the magic key functionality to be changed. This is
* useful if your keyboard/keypad is missing keys and you want magic key support.
*
*/
/*
* Feature disable options
* These options are also useful to firmware size reduction.