1
0
Fork 0

[Keyboard] Add support for Ace of Spades TKL keyboard (#9128)

* Add support for Ace of Spades

* Fix the F-row mappings

* Add the tkl_iso layout

* Put KC_PAUS back in place of top layer reset

* aholland909 personal keymap for Ace of Spades

* Address PR feedback and rename to aos/tkl

* Rename keyboard implementation filenames

* Remove unnecessary layers

* info.json for the configurator
This commit is contained in:
Rys Sommefeldt 2020-05-21 20:49:35 +01:00 committed by GitHub
parent 02a8c874f8
commit 5246acb2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 399 additions and 0 deletions

18
keyboards/aos/tkl/tkl.c Normal file
View file

@ -0,0 +1,18 @@
/*
Copyright 2020 aholland909
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 "tkl.h"