Browse Source

Tidy up ez_maker (#17910)

pull/17925/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
8978960a87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 10 additions and 313 deletions
  1. +0
    -20
      keyboards/ez_maker/directpins/promicro/config.h
  2. +0
    -1
      keyboards/ez_maker/directpins/promicro/info.json
  3. +0
    -17
      keyboards/ez_maker/directpins/promicro/promicro.c
  4. +0
    -19
      keyboards/ez_maker/directpins/promicro/promicro.h
  5. +1
    -0
      keyboards/ez_maker/directpins/promicro/rules.mk
  6. +0
    -1
      keyboards/ez_maker/directpins/proton_c/keymaps/default/readme.md
  7. +0
    -17
      keyboards/ez_maker/directpins/proton_c/proton_c.c
  8. +0
    -19
      keyboards/ez_maker/directpins/proton_c/proton_c.h
  9. +1
    -0
      keyboards/ez_maker/directpins/proton_c/rules.mk
  10. +0
    -20
      keyboards/ez_maker/directpins/teensy_2/config.h
  11. +0
    -1
      keyboards/ez_maker/directpins/teensy_2/info.json
  12. +1
    -1
      keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json
  13. +1
    -0
      keyboards/ez_maker/directpins/teensy_2/rules.mk
  14. +0
    -17
      keyboards/ez_maker/directpins/teensy_2/teensy2.c
  15. +0
    -19
      keyboards/ez_maker/directpins/teensy_2/teensy2.h
  16. +0
    -20
      keyboards/ez_maker/directpins/teensy_2pp/config.h
  17. +0
    -1
      keyboards/ez_maker/directpins/teensy_2pp/info.json
  18. +1
    -1
      keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json
  19. +1
    -0
      keyboards/ez_maker/directpins/teensy_2pp/rules.mk
  20. +0
    -17
      keyboards/ez_maker/directpins/teensy_2pp/teensy2.c
  21. +0
    -19
      keyboards/ez_maker/directpins/teensy_2pp/teensy2.h
  22. +0
    -23
      keyboards/ez_maker/directpins/teensy_32/config.h
  23. +0
    -27
      keyboards/ez_maker/directpins/teensy_32/halconf.h
  24. +1
    -1
      keyboards/ez_maker/directpins/teensy_32/mcuconf.h
  25. +2
    -0
      keyboards/ez_maker/directpins/teensy_32/rules.mk
  26. +0
    -23
      keyboards/ez_maker/directpins/teensy_lc/config.h
  27. +0
    -27
      keyboards/ez_maker/directpins/teensy_lc/halconf.h
  28. +1
    -1
      keyboards/ez_maker/directpins/teensy_lc/mcuconf.h
  29. +0
    -1
      keyboards/ez_maker/directpins/teensy_lc/rules.mk

+ 0
- 20
keyboards/ez_maker/directpins/promicro/config.h View File

@ -1,20 +0,0 @@
/*
Copyright 2021 Zach White
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"

+ 0
- 1
keyboards/ez_maker/directpins/promicro/info.json View File

@ -4,7 +4,6 @@
"maintainer": "skullydazed",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,


+ 0
- 17
keyboards/ez_maker/directpins/promicro/promicro.c View File

@ -1,17 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "promicro.h"

+ 0
- 19
keyboards/ez_maker/directpins/promicro/promicro.h View File

@ -1,19 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"

+ 1
- 0
keyboards/ez_maker/directpins/promicro/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 0
- 1
keyboards/ez_maker/directpins/proton_c/keymaps/default/readme.md View File

@ -1 +0,0 @@
# The default keymap for directpins

+ 0
- 17
keyboards/ez_maker/directpins/proton_c/proton_c.c View File

@ -1,17 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "proton_c.h"

+ 0
- 19
keyboards/ez_maker/directpins/proton_c/proton_c.h View File

@ -1,19 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"

+ 1
- 0
keyboards/ez_maker/directpins/proton_c/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 0
- 20
keyboards/ez_maker/directpins/teensy_2/config.h View File

@ -1,20 +0,0 @@
/*
Copyright 2021 Zach White
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"

+ 0
- 1
keyboards/ez_maker/directpins/teensy_2/info.json View File

@ -5,7 +5,6 @@
"processor": "atmega32u4",
"bootloader": "halfkay",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,


+ 1
- 1
keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json View File

@ -1,5 +1,5 @@
{
"keyboard": "ez_maker/directpins/teensy2",
"keyboard": "ez_maker/directpins/teensy_2",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [


+ 1
- 0
keyboards/ez_maker/directpins/teensy_2/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 0
- 17
keyboards/ez_maker/directpins/teensy_2/teensy2.c View File

@ -1,17 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "teensy2.h"

+ 0
- 19
keyboards/ez_maker/directpins/teensy_2/teensy2.h View File

@ -1,19 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"

+ 0
- 20
keyboards/ez_maker/directpins/teensy_2pp/config.h View File

@ -1,20 +0,0 @@
/*
Copyright 2021 Zach White
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"

+ 0
- 1
keyboards/ez_maker/directpins/teensy_2pp/info.json View File

@ -5,7 +5,6 @@
"processor": "at90usb1286",
"bootloader": "halfkay",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,


+ 1
- 1
keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json View File

@ -1,5 +1,5 @@
{
"keyboard": "ez_maker/directpins/promicro",
"keyboard": "ez_maker/directpins/teensy_2pp",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [


+ 1
- 0
keyboards/ez_maker/directpins/teensy_2pp/rules.mk View File

@ -0,0 +1 @@
# This file intentionally left blank

+ 0
- 17
keyboards/ez_maker/directpins/teensy_2pp/teensy2.c View File

@ -1,17 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "teensy2.h"

+ 0
- 19
keyboards/ez_maker/directpins/teensy_2pp/teensy2.h View File

@ -1,19 +0,0 @@
/* Copyright 2021 Zach White
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"

+ 0
- 23
keyboards/ez_maker/directpins/teensy_32/config.h View File

@ -1,23 +0,0 @@
/* Copyright 2019
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// i2c_master defines
#define I2C1_SCL_PIN B0 // A2 on pinout = B0
#define I2C1_SDA_PIN B1 // A3 on pinout = B1
#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2

+ 0
- 27
keyboards/ez_maker/directpins/teensy_32/halconf.h View File

@ -1,27 +0,0 @@
/* Copyright 2020 QMK
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_32/halconf.h -r platforms/chibios/common/configs/halconf.h`
*/
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>

+ 1
- 1
keyboards/ez_maker/directpins/teensy_32/mcuconf.h View File

@ -45,7 +45,7 @@
/*
* I2C driver settings
*/
#define KINETIS_I2C_USE_I2C0 TRUE
#define KINETIS_I2C_USE_I2C0 FALSE
#define KINETIS_I2C_I2C0_PRIORITY 4
#endif /* _MCUCONF_H_ */

+ 2
- 0
keyboards/ez_maker/directpins/teensy_32/rules.mk View File

@ -1,2 +1,4 @@
USE_CHIBIOS_CONTRIB = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE

+ 0
- 23
keyboards/ez_maker/directpins/teensy_lc/config.h View File

@ -1,23 +0,0 @@
/* Copyright 2019
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// i2c_master defines
#define I2C1_SCL_PIN B0 // A2 on pinout = B0
#define I2C1_SDA_PIN B1 // A3 on pinout = B1
#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2

+ 0
- 27
keyboards/ez_maker/directpins/teensy_lc/halconf.h View File

@ -1,27 +0,0 @@
/* Copyright 2020 QMK
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_lc/halconf.h -r platforms/chibios/common/configs/halconf.h`
*/
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>

+ 1
- 1
keyboards/ez_maker/directpins/teensy_lc/mcuconf.h View File

@ -45,7 +45,7 @@
/*
* I2C driver settings
*/
#define KINETIS_I2C_USE_I2C0 TRUE
#define KINETIS_I2C_USE_I2C0 FALSE
#define KINETIS_I2C_I2C0_PRIORITY 4
#endif /* _MCUCONF_H_ */

+ 0
- 1
keyboards/ez_maker/directpins/teensy_lc/rules.mk View File

@ -1,4 +1,3 @@
# MCU name
USE_CHIBIOS_CONTRIB = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread


Loading…
Cancel
Save