forked from mirror/qmk_firmware
Remove unused headers (#26011)
This commit is contained in:
@@ -43,8 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
#include <inttypes.h>
|
|
||||||
|
|
||||||
/* converts key to action */
|
/* converts key to action */
|
||||||
action_t action_for_key(uint8_t layer, keypos_t key) {
|
action_t action_for_key(uint8_t layer, keypos_t key) {
|
||||||
// 16bit keycodes - important
|
// 16bit keycodes - important
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "process_key_lock.h"
|
#include "process_key_lock.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user