summaryrefslogtreecommitdiff
path: root/keyboards/handwired/gamenum/gamenum.h
AgeCommit message (Collapse)Author
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2021-09-01Change keyboard level include guards to `pragma once` (#14248)Ryan
* Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2018-12-06handwired/gamenum Refactor, Configurator support and readme cleanup (#4563)noroadsleft
* handwired/gamenum: refactor - layout macro KEYMAP renamed to LAYOUT - white space changes for alignment - default keymap - now uses #include QMK_KEYBOARD_H - updated layout macro names - white space changes (for readability) * handwired/gamenum: Configurator support * handwired/gamenum: readme cleanup - renamed file to lowercase - updated to match current QMK template more closely - edits to reflect the other changes in this PR
2016-10-03moved folder, update readmeSethSenpai