Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NortonTech handwired keypad (NortonTechPad) #21148

Merged
merged 37 commits into from
Jun 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c7296cd
Adding NortonTechPad Keymap
NortonTech3D Jun 2, 2023
87aeee9
fixed broken paths
NortonTech3D Jun 2, 2023
e039801
Fixing Matrix
NortonTech3D Jun 2, 2023
2dfbcb4
Revising matrix for yet again
NortonTech3D Jun 2, 2023
0e0e602
Merge branch 'master' of https://github.com/NortonTech-Official/qmk_f…
NortonTech3D Jun 2, 2023
313ae5c
Adjusting Matrix
NortonTech3D Jun 2, 2023
fb2d2fd
adjusting matrix
NortonTech3D Jun 2, 2023
46bbbc5
reformated matrix
NortonTech3D Jun 2, 2023
40fee7e
cleaned up flies
NortonTech3D Jun 2, 2023
46176b1
Finalized matrix, works now
NortonTech3D Jun 2, 2023
1899334
Updated Device ID
NortonTech3D Jun 2, 2023
52c3237
edited default keymap
NortonTech3D Jun 2, 2023
266d07c
fixing broken matrix
NortonTech3D Jun 3, 2023
2ebc243
Matrix changes
NortonTech3D Jun 3, 2023
fcc3af8
corrected error with bootloader
NortonTech3D Jun 5, 2023
686fa97
Merge branch 'master' of https://github.com/NortonTech-Official/qmk_f…
NortonTech3D Jun 6, 2023
d3af6b2
Started NortonTechPad readme
NortonTech3D Jun 6, 2023
972b271
Reordered keyboard matrix for improved clarity
NortonTech3D Jun 6, 2023
59b14e4
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 6, 2023
20ca0c6
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 6, 2023
703ab49
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 6, 2023
eeb5e09
Update keyboards/handwired/nortontechpad/keymaps/default/keymap.c
NortonTech3D Jun 6, 2023
3e3fbee
Update keyboards/handwired/nortontechpad/keymaps/default/keymap.c
NortonTech3D Jun 6, 2023
53004e9
Update keyboards/handwired/nortontechpad/keymaps/via/keymap.c
NortonTech3D Jun 6, 2023
11226e3
Update keyboards/handwired/nortontechpad/rules.mk
NortonTech3D Jun 6, 2023
a1a85ad
Update keyboards/handwired/nortontechpad/keymaps/via/keymap.c
NortonTech3D Jun 6, 2023
4e913c7
reformated readme
NortonTech3D Jun 6, 2023
d5ae1a8
Merge branch 'qmk:master' into master
NortonTech3D Jun 6, 2023
ba0cb7b
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 7, 2023
f0a3c83
Update keyboards/handwired/nortontechpad/readme.md
NortonTech3D Jun 7, 2023
fc6bb1a
Updating readme.md
NortonTech3D Jun 7, 2023
2e42281
Update keyboards/handwired/nortontechpad/keymaps/via/keymap.c
NortonTech3D Jun 7, 2023
6ee81c3
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 7, 2023
a1e6893
Update keyboards/handwired/nortontechpad/info.json
NortonTech3D Jun 7, 2023
353171d
Update keyboards/handwired/nortontechpad/keymaps/default/keymap.c
NortonTech3D Jun 7, 2023
38bca4b
Merge branch 'master' of https://github.com/NortonTech3D/qmk_firmware
NortonTech3D Jun 7, 2023
6ef149e
Edited VID and PID
NortonTech3D Jun 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Edited VID and PID
  • Loading branch information
NortonTech3D committed Jun 7, 2023
commit 6ef149ea191baf51afbd136cdb4b2ff7765cc5c8
4 changes: 2 additions & 2 deletions keyboards/handwired/nortontechpad/info.json
NortonTech3D marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "",
"maintainer": "NortonTech",
"usb": {
"vid": "0xFEED",
"pid": "0x9801",
"vid": "0x9879",
"pid": "0x0001",
"device_version": "0.0.1"
},
"features": {
Expand Down