mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 12:21:30 +00:00
Add ENTER key to numpad
## To make a commit, type your commit message and press CTRL-ENTER. To cancel ## the commit, close the window. To sign off on the commit, press CTRL-S. ## ## You may also reference or close a GitHub issue with this commit. To do so, ## type `#` followed by the `tab` key. You will be shown a list of issues ## related to the current repo. You may also type `owner/repo#` plus the `tab` ## key to reference an issue in a different GitHub repo. diff --git a/keyboards/crkbd/keymaps/rpbaptist/keymap.c b/keyboards/crkbd/keymaps/rpbaptist/keymap.c index b0c7de594..9889b9d70 100644 --- a/keyboards/crkbd/keymaps/rpbaptist/keymap.c +++ b/keyboards/crkbd/keymaps/rpbaptist/keymap.c @@ -139,7 +139,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //|------+------+------+------+------+------| |------+------+------+------+------+------| _____, F6, F7, F8, F9, F10, CAPS, 4, 5, 6, MINS, PLUS,\ //|------+------+------+------+------+------| |------+------+------+------+------+------| - _____, F11, F12, XXXXX, XXXXX, PSCR, XXXXX, 1, 2, 3, XXXXX, _____,\ + _____, F11, F12, XXXXX, XXXXX, PSCR, XXXXX, 1, 2, 3, XXXXX, ENT,\ //|------+------+------+------+------+------+------| |------+------+------+------+------+------+------| _____, _____, _____, 0, DOT, COMM \ //`--------------------' `--------------------'
This commit is contained in:
parent
b2fa64d958
commit
1e19ab5f88
@ -139,7 +139,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
//|------+------+------+------+------+------| |------+------+------+------+------+------|
|
||||
_____, F6, F7, F8, F9, F10, CAPS, 4, 5, 6, MINS, PLUS,\
|
||||
//|------+------+------+------+------+------| |------+------+------+------+------+------|
|
||||
_____, F11, F12, XXXXX, XXXXX, PSCR, XXXXX, 1, 2, 3, XXXXX, _____,\
|
||||
_____, F11, F12, XXXXX, XXXXX, PSCR, XXXXX, 1, 2, 3, XXXXX, ENT,\
|
||||
//|------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
|
||||
_____, _____, _____, 0, DOT, COMM \
|
||||
//`--------------------' `--------------------'
|
||||
|
Loading…
Reference in New Issue
Block a user