diff options
author | Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> | 2022-10-10 14:17:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 20:17:21 -0700 |
commit | 7aab5e4d896606a7731c8adfce41115611df75c2 (patch) | |
tree | b351bb99895c045a1e09123b637b594b66f46ee8 /keyboards/idobao/id61/id61.h | |
parent | a3d2c89c4cff53f2a72dc349227ad2075e61c363 (diff) |
[Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (#17362)
* initial upload
* adjust keymap
* Delete config.h
* Update post.rules.mk
* remapped to correct pins
* add idobao keymap
* disable underglow
* minor fix
* right menu on windows
* imgur
* ID61_process_special_k() function
* KC_APP fix
* Update keymap.c
* pre-pr touchups
* enum layouts
* review changes recommended by tzarc
* refactor special keys to common lib
* rename layout and add info.json labels
* account for 15 possible USER keys
* post drashna review
* Fn Arrow keys added
* post review edits
* use bitmask instead of bool array in specialk.c
* move to community layout
Diffstat (limited to 'keyboards/idobao/id61/id61.h')
-rw-r--r-- | keyboards/idobao/id61/id61.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/idobao/id61/id61.h b/keyboards/idobao/id61/id61.h new file mode 100644 index 0000000000..d9bef6d021 --- /dev/null +++ b/keyboards/idobao/id61/id61.h @@ -0,0 +1,6 @@ +// Copyright 2022 Vino Rodrigues (@vinorodrigues) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "quantum.h" |