Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some use of keymap.h (#20006) | Joel Challis | 2023-03-03 | 1 | -7/+0 |
| | |||||
* | Change keyboard level include guards to `pragma once` (#14248) | Ryan | 2021-09-01 | 1 | -24/+23 |
| | | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif | ||||
* | handwired/arrow_pad Refactor and Configurator support (#4498) | noroadsleft | 2018-11-26 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | * handwired/arrow_pad: layout macro and keymap refactor - Layout macros moved from the keymaps to arrow_pad.h. - LAYOUT_pad21 refactored to only accept keys that are physical present (no KC_NO entries required in keymap) - Keymaps now use #include QMK_KEYBOARD_H - Keymaps refactored to use process_record_user function (from action_get_macro) * handwired/arrow_pad: Readme cleanup Fixed the make commands and updated the layout macro. * handwired/arrow_pad: Configurator support | ||||
* | remove hardware files, move arrow pad | Jack Humbert | 2017-06-18 | 1 | -0/+13 |