Data-Driven Keyboard Conversions: 0-9 (#23357)

This commit is contained in:
James Young 2024-03-30 06:51:57 -07:00 committed by GitHub
parent 831deac212
commit 76bd5142cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 630 additions and 1277 deletions

View file

@ -16,11 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* oled custom font */
#define OLED_FONT_END 255
#define OLED_FONT_H "gfxfont.c"