summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/numpad20/numpad20.h
Commit message (Collapse)AuthorAgeFilesLines
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-051-17/+0
|
* Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-15/+12
| | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* handwired/numpad20 Refactor and Configurator support (#4589)noroadsleft2018-12-111-6/+6
| | | | | | | | | | | * handwired/numpad20: refactor - layout macro no longer auto-prepends keycodes with KC_ - keymaps for this keyboard will now compile in QMK Configurator - keymap now uses #include QMK_KEYBOARD_H - deleted unused fn_actions code block * handwired/numpad20: Configurator support
* More QMK Configurator Warning/Error Fixes (#2720)MechMerlin2018-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | * Add readme with brief description Change KEYMAP to LAYOUT * Add readme.md with brief description Use LAYOUT macro * add a readme.md file * Add readme.md with brief description Use LAYOUT macro * Add readme.md with brief description Use LAYOUT macro * Fix "Warning: contra: Missing layout pp macro for ['planck_mit', 'planck_grid']", * Use LAYOUT macro
* Initial commit for handwired numpadDanny Nguyen2017-03-091-0/+20