diff options
author | Benjamin Smith <Merlin04@users.noreply.github.com> | 2019-12-09 21:40:04 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-09 21:40:04 -0800 |
commit | b0bee465aade65c7155efec69d0c8090a7e8a61a (patch) | |
tree | fd75c0c5a6c56b75646f03b4e81cbd78375f4f8e /keyboards/ckeys/washington/washington.c | |
parent | 7085066f0860087fa140241d25b29ad5f60c8179 (diff) |
[Keyboard] Add cKeys Washington keyboard (#7570)
* Add cKeys Washington keyboard
* Add suggested changes
* Fix encoder direction
* Remove unneeded file
* Update config.h
* Update washington.c
Diffstat (limited to 'keyboards/ckeys/washington/washington.c')
-rw-r--r-- | keyboards/ckeys/washington/washington.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ckeys/washington/washington.c b/keyboards/ckeys/washington/washington.c new file mode 100644 index 0000000000..58089caac4 --- /dev/null +++ b/keyboards/ckeys/washington/washington.c @@ -0,0 +1,17 @@ +/* Copyright 2019 merlin04 + * + * 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 "washington.h" |