feat: make clangd work on userspace
This commit is contained in:
parent
9a8c5bdebe
commit
76a9fdcd9c
3 changed files with 361 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -9,3 +9,7 @@
|
|||
*.hex
|
||||
*.bin
|
||||
*.uf2
|
||||
|
||||
# clangd
|
||||
.cache/
|
||||
.clangd/
|
||||
|
|
|
|||
357
compile_commands.json
Normal file
357
compile_commands.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,6 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
#include "tyosa.h"
|
||||
#include "encoder.h"
|
||||
#include "oled.h"
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue