diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-13 17:13:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-13 17:13:20 +0000 |
commit | 008d8a740ebab95b0a9dc037b42ef1cd3b5110bf (patch) | |
tree | 861a17b913ae9fc42cc4639f006d8898c2359bf5 /keyboards/handwired/axon/axon.c | |
parent | b4039ec515c2f1c5eeb1a662aaf6fa91ebf2bc7e (diff) | |
parent | c6cc6ec7f648ef955582f972e5fb3459f0ff8a84 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/axon/axon.c')
-rw-r--r-- | keyboards/handwired/axon/axon.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/axon/axon.c b/keyboards/handwired/axon/axon.c new file mode 100644 index 0000000000..e5d7122138 --- /dev/null +++ b/keyboards/handwired/axon/axon.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 Robin Liu + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "axon.h" |