aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jotanck
Commit message (Collapse)AuthorAgeFilesLines
* Jotanck (#9531)jotix2020-06-242-30/+11
| | | | | * add_adjust_layer * add_adjust_layer
* [Keyboard] Fix calls in handwired/jotanck (#7515)Drashna Jaelre2019-11-301-4/+6
| | | | | The C file for this keyboard was calling `keyboard_pre_init_user`. Which is wrong. This fixes that behavior.
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-2/+2
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-2/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-39/+8
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* [Keyboard] leds in default keymap (#6357)jotix2019-07-202-11/+43
|
* fix error in readme.mdjotix2019-06-081-1/+1
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keymap] add 2 custom leds to handwired/jotanck (#6042)jotix2019-06-015-15/+17
| | | | | | | | | | | | | | * add JOTANCK_LED1&2 * set BACKLIGHT_ENABLE = no * add 2 custom leds * swap custom led pins 1&2 * readme update * update default keymap
* [Keymap] jotix layouts adjustments (#5453)jotix2019-03-202-32/+9
|
* [Keyboard] layout fixed in jotanck.h (#5432)jotix2019-03-181-1/+1
|
* [Keymap] Jotix (#5424)jotix2019-03-171-0/+2
| | | | | | * ortho_4x12 jotix2 layout * ortho_4x12 jotix2 layout
* [Keyboard] Update rules.mk (#5370)jotix2019-03-111-1/+1
| | | | MOUSEKEY_ENABLED = yes by default
* [Keyboard] re-arrange the pinout for backlight support (#5321)jotix2019-03-052-7/+7
|
* [Keyboard] add jotanck keyboard (#5192)jotix2019-02-216-0/+279
* add jotanck keyboard * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * requested changes * Update keyboards/handwired/jotanck/readme.md Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * add backlight support * add default keymap image to readme * add default keymap image to readme