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

Add Canoe support #3063

Merged
merged 4 commits into from
May 28, 2018
Merged

Add Canoe support #3063

merged 4 commits into from
May 28, 2018

Conversation

jamesofarrell
Copy link
Contributor

Added support for the Canoe keyboard.


#include "quantum.h"

#define KEYMAP( \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change KEYMAP to LAYOUT

along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "canoe.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you replace all of the includes here with just #include QMK_KEYBOARD_H?


const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[_BL] = KEYMAP(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change all of the KEYMAPs to LAYOUT.

@drashna
Copy link
Member

drashna commented May 28, 2018

Awesome, thanks!

@drashna drashna merged commit 8ddebce into qmk:master May 28, 2018
carlpehrson pushed a commit to carlpehrson/qmk_firmware that referenced this pull request May 30, 2018
* Adding Canoe support

* fix readme

* Remove usless comment

* fixing issues
tenderlove added a commit to tenderlove/qmk_firmware that referenced this pull request Aug 5, 2018
* master: (622 commits)
  Refactor and Configurator updates for B.mini (qmk#3081)
  qwerty_code_friendly: add numbers keys (qmk#3078)
  Switch to noeeprom variants of rgb fns (qmk#3077)
  Add bpruitt-goddard Ergodox Layout (qmk#3080)
  Add and fix _noeeprom functions to many of the RGB Underglow functions (qmk#3070)
  Keymap fixes (qmk#3074)
  Refactor and Configurator updates for Woodkeys/NovelKeys Big Series (qmk#3073)
  Kbd8x backlight support (qmk#3069)
  Refactor and Configurator updates for Bantam44 (qmk#3071)
  Configurator updates for Atreus/Atreus62 (qmk#3065)
  fix a few simple typos (qmk#3068)
  Update Canoe ps2avr board (qmk#3066)
  Indicator led support for KBD8X (qmk#3064)
  Fix nyquist (and other splits using D2 in debouncing) (qmk#3067)
  Add Canoe support (qmk#3063)
  Refactor and Configurator updates for AMJ Pad (qmk#3060)
  Refresh & improve leader documentation page (qmk#2990)
  Refactor and Configurator updates for AMJ60 (qmk#3055)
  Adding guidoism's planck layouts (qmk#3059)
  Add mtdjr keymaps for Iris, Let's Split, TADA68, XD75, and handwired dox (qmk#3058)
  ...
yamad pushed a commit to yamad/qmk_firmware that referenced this pull request Apr 10, 2019
* Adding Canoe support

* fix readme

* Remove usless comment

* fixing issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants