diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2020-07-25 16:15:35 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 02:15:35 -0700 |
commit | 054021e8757a72de4d3fae1f58944e9c922d22d1 (patch) | |
tree | e405f5cfaffca40150c022b062a57ca4db3dab5e /keyboards/squiggle/squiggle.h | |
parent | f5c2cd2eb7415418f4d7f87f732b0c6e07afade7 (diff) | |
download | qmk_firmware-054021e8757a72de4d3fae1f58944e9c922d22d1.tar.gz |
[Keyboard] Squiggle (#9387)
* new keyboard for squiggle.
* added pic and other layout.
* updated readme.
* following drashna's suggestions.
* removed an empty line and right hand as master.
* following fauxpark's suggestions.
* following manna-harbour's suggestions.
* trying to satisfy PR Lint keyboards
* manna-harbour forgot to add it.
* following fauxparx's suggestions.
* following fauxpark's suggestions.
* following fauxpark's suggestions.'
'
* following fauxpark's suggestions.
* following fauxpark''s suggestions.
* upated info.json to represent the actual layouts.
* following noroadsleft's suggestions.
Diffstat (limited to 'keyboards/squiggle/squiggle.h')
-rw-r--r-- | keyboards/squiggle/squiggle.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/squiggle/squiggle.h b/keyboards/squiggle/squiggle.h new file mode 100644 index 000000000..1f3e48552 --- /dev/null +++ b/keyboards/squiggle/squiggle.h @@ -0,0 +1,23 @@ +/* Copyright 2020 Ibnu D. Aji + * + * 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/>. + */ + +#pragma once + +#ifdef KEYBOARD_squiggle_rev1 + #include "rev1.h" +#endif + +#include "quantum.h" |