-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Adding Numeric Keypad //e converter #5294
Conversation
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.
LGTM
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.
Couple of stylistic nitpicks (because I'm that guy), but otherwise LGTM. 👍
//e -> IIe Co-Authored-By: newbold <[email protected]>
//e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]>
@noroadsleft Thanks, I committed both of those changes. Really appreciate the feedback! |
Corrected layout Co-Authored-By: newbold <[email protected]>
Thanks! |
* upstream/master: (58 commits) [Keymap] layout/community/ortho4x12/symbolic update (qmk#5274) [Keyboard] matrix_init_user shouldn't call itself (qmk#5298) [Keymap] Update keymap.c (qmk#5290) Update Atreus layout to match the Niu layout. Fix Niu comment typo. (qmk#5297) [Keymap] Fix comment in the KBD67 default keymap. (qmk#5296) [Keyboard] update Hecomi/alpha's info.json (qmk#5295) [Keyboard] Adding Numeric Keypad //e converter (qmk#5294) [Keyboard] Add support for matrix_scan_user to usb-usb converter (qmk#5291) handwired/terminus_mini: refactor, Configurator support, and readme cleanup (qmk#5292) [Keyboard] Initial commit for Prime_E w/ VIA config support (qmk#5285) [Keyboard] add dz60rgb ansi and hhkb support; add dz40rgb (qmk#5231) [Keyboard] Convert mf68_ble to keymap (qmk#5287) [Keymap] Added INSERT to my keymaps (qmk#5284) HS60 v2: Instructions how to reset and flash (qmk#5241) [Keymap] unausgeschlafen quefrency keymap (qmk#5273) [Keymap] Fix rgblight_enable ifdefs (qmk#5283) [Keymap] DCompact Layout Updates pt. 3 (qmk#5209) [Keyboard] Add Dozen0 (qmk#5272) [Keymap] update: add extrakey support for macOS media keys (qmk#5263) [Keymap] My TMO50 layout (qmk#5116) ...
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
* Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <[email protected]> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <[email protected]> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <[email protected]>
This is a new keyboard conversion for the Numeric Keypad //e, Apple's first non-integrated keyboard which happened to be a numpad for the Apple //e.
Description
Added keyboards/converter/numeric_keypad_IIe with everything needed to compile working QMK firmware on an ATmega32U4 microcontroller.
Types of Changes
Issues Fixed or Closed by This PR
None
Checklist