]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Added French layer to handwired/2x5keypad (#7313)
authorJonathan Cameron <jmcameron@gmail.com>
Mon, 11 Nov 2019 17:26:14 +0000 (09:26 -0800)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Mon, 11 Nov 2019 17:26:14 +0000 (09:26 -0800)
commit1d550552cab30ef49b5935bdd31bf2f659255c19
treedf3936e1d608bbd513fe3aab43ca09194a70602a
parentb2b947f815dd4930b12851faf1b42ceb12aab6ee
[Keyboard] Added French layer to handwired/2x5keypad (#7313)

* Added new 2x5 Keypad with 3 LEDs to indicate the selected layer.  By Jonathan Cameron.

* Minor refactor from suggestions from qmk team

* Added

* Moved to 'handwired' directory

* Update readme.md

* Update readme.md

* Update readme.md

* Update keyboards/handwired/2x5keypad/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Switch to image offsite

* Moved image offsite

* Update keyboards/handwired/2x5keypad/keymaps/default/keymap.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/2x5keypad/2x5keypad.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved functions into .c file per suggestions

* Cosmetic

* Fixed function called, per suggestions.

* Update keyboards/handwired/2x5keypad/2x5keypad.h

Ok

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved LED functions to the top level since they can be used it various flavors

* Declare those moved LED functions!

* Update keyboards/handwired/2x5keypad/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* First cut at French support

* Added French layer (green) for accented and special French characters

* Added french layer

* Fixed typo

* Updated to get more reasonable tap function
keyboards/handwired/2x5keypad/config.h
keyboards/handwired/2x5keypad/keymaps/default/keymap.c
keyboards/handwired/2x5keypad/rules.mk