summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/smk65/revb/revb.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-1/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove some use of keymap.h (#20006)Joel Challis2023-03-031-1/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
|
* Remove `action_function()` from LFKeyboards boards (#15993)Ryan2022-01-221-56/+0
|
* Remove more cruft in keyboard files (#14288)Ryan2021-09-031-4/+4
|
* Add smk65/revf support (#10434)Joel Challis2020-10-081-0/+171
* Move existing files out the way * Convert to community layouts * Add smk65/revf support * Disable stuff by default * Update IDs for via * Align LAYOUT macros for community layouts * Align LAYOUT macros for community layouts - Fix configurator ordering * Update via keymap * remove stub _kb function * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>