-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Add Handle_68 keyboard #24583
base: master
Are you sure you want to change the base?
Add Handle_68 keyboard #24583
Conversation
fixed broken github link, added image of project
updated keyboard_name last minute, sorry so many commits im new to github :(
"vid": "0xFEED" | ||
}, | ||
"layouts": { | ||
"LAYOUT_68_mac": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"LAYOUT_68_mac": { | |
"LAYOUT": { |
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[0] = LAYOUT_68_mac( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[0] = LAYOUT_68_mac( | |
[0] = LAYOUT( |
* a 68% keyboard with a handle! | ||
|
||
# <img alt="photo of handle_68 keyboard" src="https://i.imgur.com/7ijNXEm.jpeg" style="width:50%; height:auto;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* a 68% keyboard with a handle! | |
# <img alt="photo of handle_68 keyboard" src="https://i.imgur.com/7ijNXEm.jpeg" style="width:50%; height:auto;"> | |
a 68% keyboard with a handle! | |
![photo of handle_68 keyboard](https://i.imgur.com/7ijNXEm.jpeg) |
* **Bootmagic reset**: Hold down the esc key and plug in keyboard | ||
* **Physical reset button**: Short the two pins on back of pcba labeled boot0 with tweezers and plug in keyboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicks.
* **Bootmagic reset**: Hold down the esc key and plug in keyboard | |
* **Physical reset button**: Short the two pins on back of pcba labeled boot0 with tweezers and plug in keyboard | |
* **Bootmagic reset**: Hold down the ESC key and plug in keyboard | |
* **Physical reset button**: Short the two pins on back of PCB labeled boot0 with tweezers and plug in keyboard |
Added Handle_68 keyboard
Types of Changes
Issues Fixed or Closed by This PR
Checklist